home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 21 / LogicielsPC_21.iso / Creation / Exemple LPC21 / Advanced / Mailing List.psm < prev    next >
Text File  |  2001-08-28  |  119KB  |  5,013 lines

  1. SCRIPT v0.60
  2. GENERAL
  3.     Mailing List Sender
  4.     Sylvain Seccia
  5.     c:\Program Files\Sylvain Seccia\PSM Samples\Mailing List Sender\
  6.     Mailing List.bmp
  7.     Sylvain Seccia\PSM Samples\Mailing List Sender
  8.     0
  9. DIALOGS:5
  10.     MAIN:37
  11.         SendMail,LoadAddress,LoadMsg,SaveMsg,SaveAddress,SetItemText,SendMailTo,zzFunc008,zzFunc009,zzFunc010,zzFunc011,zzFunc012,zzFunc013,zzFunc014,zzFunc015,zzFunc016,zzFunc017,zzFunc018,zzFunc019,zzFunc020,zzFunc021,zzFunc022,zzFunc023,zzFunc024,zzFunc025,zzFunc026,zzFunc027,zzFunc028,zzFunc029,zzFunc030,zzFunc031,zzFunc032,zzFunc033,zzFunc034,zzFunc035,zzFunc036,zzFunc037,zzFunc038,zzFunc039,zzFunc040,zzFunc041,zzFunc042,zzFunc043,zzFunc044,zzFunc045,zzFunc046,zzFunc047,zzFunc048,zzFunc049,zzFunc050,zzFunc051,zzFunc052,zzFunc053,zzFunc054,zzFunc055,zzFunc056,zzFunc057,zzFunc058,zzFunc059,zzFunc060,zzFunc061,zzFunc062,zzFunc063,zzFunc064,zzFunc065,zzFunc066,zzFunc067,zzFunc068,zzFunc069,zzFunc070,zzFunc071,zzFunc072,zzFunc073,zzFunc074,zzFunc075,zzFunc076,zzFunc077,zzFunc078,zzFunc079,zzFunc080,zzFunc081,zzFunc082,zzFunc083,zzFunc084,zzFunc085,zzFunc086,zzFunc087,zzFunc088,zzFunc089,zzFunc090,zzFunc091,zzFunc092,zzFunc093,zzFunc094,zzFunc095,zzFunc096,zzFunc097,zzFunc098,zzFunc099,zzFunc100,
  12.         If
  13.             If
  14.             New Object
  15.             10,10,150,150
  16.             WS_CHILD,WS_VISIBLE,
  17.             
  18.             
  19.             0
  20.             192,192,192
  21.             
  22.             EVENTS:0
  23.         While
  24.             While
  25.             New Object
  26.             10,10,150,150
  27.             WS_CHILD,WS_VISIBLE,
  28.             
  29.             
  30.             0
  31.             192,192,192
  32.             
  33.             EVENTS:0
  34.         Function
  35.             Function
  36.             New Object
  37.             10,10,150,150
  38.             WS_CHILD,WS_VISIBLE,
  39.             
  40.             
  41.             0
  42.             192,192,192
  43.             
  44.             EVENTS:100
  45.                 SendMail
  46.                     0
  47.                     $To run this function use Call<> function
  48.                     $You can change its name from the tree control.
  49.                     $
  50.                     $Send mail to all address
  51.                     #If.IF<#m_ListAddress2.GetCount<>, "=", "0">
  52.                     #MessageBox.Open<"Error", "No Address !", "OK", "EXCLAMATION">
  53.                     #If.ELSE<>
  54.                     #If.ENDIF<>
  55.                     #MAIN.OpenModalWindow<"SENDING", "-1", "-1">
  56.                     #Function.Call<"SENDING", "SendNow", #m_ListAddress2.GetCount<>>
  57.                     END
  58.                 LoadAddress
  59.                     0
  60.                     $To run this function use Call<> function
  61.                     $You can change its name from the tree control.
  62.                     $
  63.                     $Load Address from Text File
  64.                     #If.IF<#m_Selector.OpenDialog<"", "Text Files|*.txt|All Files|*.*||", "NONE">, "=", "0">
  65.                     #General.Return<"">
  66.                     #If.ELSE<>
  67.                     #If.ENDIF<>
  68.                     #If.IF<#m_File.Open<#m_Selector.GetPathName<"0">, "READ">, "=", "0">
  69.                     #General.Return<"">
  70.                     #If.ELSE<>
  71.                     #If.ENDIF<>
  72.                     #m_ListAddress.Reset<>
  73.                     #m_ListAddress2.Reset<>
  74.                     #i.Set<"0">
  75.                     #While.WHILE<#m_File.GetPos<>, "<", #m_File.Length<>>
  76.                     #If.IF<#i.Get<>, "=", "0">
  77.                     #str.Set<#m_File.ReadWord<#General.GetChar<"13">>>
  78.                     #If.IF<#str.Get<>, "=", "END">
  79.                     #i.Set<"1">
  80.                     #m_File.ReadByte<>
  81.                     #General.Continue<>
  82.                     #If.ELSE<>
  83.                     #If.ENDIF<>
  84.                     #m_ListAddress.AddString<#str.Get<>>
  85.                     #If.ELSE<>
  86.                     #str.Set<#m_File.ReadWord<#General.GetChar<"13">>>
  87.                     #m_ListAddress2.AddString<#str.Get<>>
  88.                     #If.ENDIF<>
  89.                     #m_File.ReadByte<>
  90.                     #While.ENDWHILE<>
  91.                     #m_File.Close<>
  92.                     END
  93.                 LoadMsg
  94.                     0
  95.                     $To run this function use Call<> function
  96.                     $You can change its name from the tree control.
  97.                     $
  98.                     $Load Message From Text File
  99.                     #If.IF<#m_Selector.OpenDialog<"", "Text Files|*.txt|All Files|*.*||", "NONE">, "=", "0">
  100.                     #General.Return<"">
  101.                     #If.ELSE<>
  102.                     #If.ENDIF<>
  103.                     #m_RichEdit.SetText<"">
  104.                     #m_File.Open<#m_Selector.GetPathName<"0">, "READ">
  105.                     #str.Set<#m_File.ReadWord<#General.GetChar<"13">>>
  106.                     #m_EditSubject.SetText<#str.Get<>>
  107.                     #m_File.ReadByte<>
  108.                     #While.WHILE<#m_File.GetPos<>, "<", #m_File.Length<>>
  109.                     #str.Set<#m_File.ReadWord<#General.GetChar<"10">>>
  110.                     #m_RichEdit.SetText<#m_RichEdit.GetText<>&#str.Get<>&#General.GetChar<"10">>
  111.                     #While.ENDWHILE<>
  112.                     #m_File.Close<>
  113.                     END
  114.                 SaveMsg
  115.                     0
  116.                     $To run this function use Call<> function
  117.                     $You can change its name from the tree control.
  118.                     $
  119.                     $Save Message To Text File
  120.                     #If.IF<#m_Selector.SaveDialog<"", "txt", "Text Files|*.txt||", "NONE">, "=", "0">
  121.                     #General.Return<"">
  122.                     #If.ELSE<>
  123.                     #If.ENDIF<>
  124.                     #m_File.Open<#m_Selector.GetPathName<"0">, "WRITE">
  125.                     #m_File.Write<#m_EditSubject.GetText<>>
  126.                     #m_File.Write<#General.GetChar<"13">&#General.GetChar<"10">>
  127.                     #m_File.Write<#m_RichEdit.GetText<>>
  128.                     #m_File.Close<>
  129.                     END
  130.                 SaveAddress
  131.                     0
  132.                     $To run this function use Call<> function
  133.                     $You can change its name from the tree control.
  134.                     $
  135.                     $Save Address to Text File
  136.                     #If.IF<#m_Selector.SaveDialog<"", "txt", "Text Files|*.txt||", "NONE">, "=", "0">
  137.                     #General.Return<"">
  138.                     #If.ELSE<>
  139.                     #If.ENDIF<>
  140.                     #If.IF<#m_File.Open<#m_Selector.GetPathName<"0">, "WRITE">, "=", "0">
  141.                     #General.Return<"">
  142.                     #If.ELSE<>
  143.                     #If.ENDIF<>
  144.                     #i.Set<"-1">
  145.                     #While.WHILE<#i.AddOne<>, "<", #m_ListAddress.GetCount<>>
  146.                     #m_File.Write<#m_ListAddress.GetTextAt<#i.Get<>>>
  147.                     #m_File.Write<#General.GetChar<"13">&#General.GetChar<"10">>
  148.                     #While.ENDWHILE<>
  149.                     #m_File.Write<"END"&#General.GetChar<"13">&#General.GetChar<"10">>
  150.                     #i.Set<"-1">
  151.                     #While.WHILE<#i.AddOne<>, "<", #m_ListAddress2.GetCount<>>
  152.                     #m_File.Write<#m_ListAddress2.GetTextAt<#i.Get<>>>
  153.                     #m_File.Write<#General.GetChar<"13">&#General.GetChar<"10">>
  154.                     #While.ENDWHILE<>
  155.                     #m_File.Close<>
  156.                     END
  157.                 SetItemText
  158.                     0
  159.                     $To run this function use Call<> function
  160.                     $You can change its name from the tree control.
  161.                     $
  162.                     $Param 1 : Item Index
  163.                     $Param 2 : New Text
  164.                     $
  165.                     $Change List Item Text
  166.                     #m_ListAddress.SetTextAt<#General.GetParam<"0">, #General.GetParam<"1">>
  167.                     END
  168.                 SendMailTo
  169.                     0
  170.                     $To run this function use Call<> function
  171.                     $You can change its name from the tree control.
  172.                     $
  173.                     $Param 0 : Index
  174.                     $
  175.                     $Send Message to address
  176.                     #m_Ini.Open<#System.GetProgramFolder<>&"settings.ini">
  177.                     #If.IF<#m_Network.SendMail<#m_Ini.GetValue<"OPTIONS", "DOMAIN">, #m_Ini.GetValue<"OPTIONS", "EMAIL">, #m_ListAddress2.GetTextAt<#General.GetParam<"0">>, #m_EditSubject.GetText<>, #m_RichEdit.GetText<>>, "=", "0">
  178.                     #If.IF<#MessageBox.Open<"Error", "Cannot send email. Do you want to continue ?", "YESNO", "QUESTION">, "=", "NO">
  179.                     #m_Ini.Close<>
  180.                     #General.Return<"0">
  181.                     #If.ELSE<>
  182.                     #If.ENDIF<>
  183.                     #If.ELSE<>
  184.                     #If.ENDIF<>
  185.                     #m_Ini.Close<>
  186.                     #General.Return<"1">
  187.                     END
  188.                 zzFunc008
  189.                     0
  190.                     $To run this function use Call<> function
  191.                     $You can change its name from the tree control.
  192.                     END
  193.                 zzFunc009
  194.                     0
  195.                     $To run this function use Call<> function
  196.                     $You can change its name from the tree control.
  197.                     END
  198.                 zzFunc010
  199.                     0
  200.                     $To run this function use Call<> function
  201.                     $You can change its name from the tree control.
  202.                     END
  203.                 zzFunc011
  204.                     0
  205.                     $To run this function use Call<> function
  206.                     $You can change its name from the tree control.
  207.                     END
  208.                 zzFunc012
  209.                     0
  210.                     $To run this function use Call<> function
  211.                     $You can change its name from the tree control.
  212.                     END
  213.                 zzFunc013
  214.                     0
  215.                     $To run this function use Call<> function
  216.                     $You can change its name from the tree control.
  217.                     END
  218.                 zzFunc014
  219.                     0
  220.                     $To run this function use Call<> function
  221.                     $You can change its name from the tree control.
  222.                     END
  223.                 zzFunc015
  224.                     0
  225.                     $To run this function use Call<> function
  226.                     $You can change its name from the tree control.
  227.                     END
  228.                 zzFunc016
  229.                     0
  230.                     $To run this function use Call<> function
  231.                     $You can change its name from the tree control.
  232.                     END
  233.                 zzFunc017
  234.                     0
  235.                     $To run this function use Call<> function
  236.                     $You can change its name from the tree control.
  237.                     END
  238.                 zzFunc018
  239.                     0
  240.                     $To run this function use Call<> function
  241.                     $You can change its name from the tree control.
  242.                     END
  243.                 zzFunc019
  244.                     0
  245.                     $To run this function use Call<> function
  246.                     $You can change its name from the tree control.
  247.                     END
  248.                 zzFunc020
  249.                     0
  250.                     $To run this function use Call<> function
  251.                     $You can change its name from the tree control.
  252.                     END
  253.                 zzFunc021
  254.                     0
  255.                     $To run this function use Call<> function
  256.                     $You can change its name from the tree control.
  257.                     END
  258.                 zzFunc022
  259.                     0
  260.                     $To run this function use Call<> function
  261.                     $You can change its name from the tree control.
  262.                     END
  263.                 zzFunc023
  264.                     0
  265.                     $To run this function use Call<> function
  266.                     $You can change its name from the tree control.
  267.                     END
  268.                 zzFunc024
  269.                     0
  270.                     $To run this function use Call<> function
  271.                     $You can change its name from the tree control.
  272.                     END
  273.                 zzFunc025
  274.                     0
  275.                     $To run this function use Call<> function
  276.                     $You can change its name from the tree control.
  277.                     END
  278.                 zzFunc026
  279.                     0
  280.                     $To run this function use Call<> function
  281.                     $You can change its name from the tree control.
  282.                     END
  283.                 zzFunc027
  284.                     0
  285.                     $To run this function use Call<> function
  286.                     $You can change its name from the tree control.
  287.                     END
  288.                 zzFunc028
  289.                     0
  290.                     $To run this function use Call<> function
  291.                     $You can change its name from the tree control.
  292.                     END
  293.                 zzFunc029
  294.                     0
  295.                     $To run this function use Call<> function
  296.                     $You can change its name from the tree control.
  297.                     END
  298.                 zzFunc030
  299.                     0
  300.                     $To run this function use Call<> function
  301.                     $You can change its name from the tree control.
  302.                     END
  303.                 zzFunc031
  304.                     0
  305.                     $To run this function use Call<> function
  306.                     $You can change its name from the tree control.
  307.                     END
  308.                 zzFunc032
  309.                     0
  310.                     $To run this function use Call<> function
  311.                     $You can change its name from the tree control.
  312.                     END
  313.                 zzFunc033
  314.                     0
  315.                     $To run this function use Call<> function
  316.                     $You can change its name from the tree control.
  317.                     END
  318.                 zzFunc034
  319.                     0
  320.                     $To run this function use Call<> function
  321.                     $You can change its name from the tree control.
  322.                     END
  323.                 zzFunc035
  324.                     0
  325.                     $To run this function use Call<> function
  326.                     $You can change its name from the tree control.
  327.                     END
  328.                 zzFunc036
  329.                     0
  330.                     $To run this function use Call<> function
  331.                     $You can change its name from the tree control.
  332.                     END
  333.                 zzFunc037
  334.                     0
  335.                     $To run this function use Call<> function
  336.                     $You can change its name from the tree control.
  337.                     END
  338.                 zzFunc038
  339.                     0
  340.                     $To run this function use Call<> function
  341.                     $You can change its name from the tree control.
  342.                     END
  343.                 zzFunc039
  344.                     0
  345.                     $To run this function use Call<> function
  346.                     $You can change its name from the tree control.
  347.                     END
  348.                 zzFunc040
  349.                     0
  350.                     $To run this function use Call<> function
  351.                     $You can change its name from the tree control.
  352.                     END
  353.                 zzFunc041
  354.                     0
  355.                     $To run this function use Call<> function
  356.                     $You can change its name from the tree control.
  357.                     END
  358.                 zzFunc042
  359.                     0
  360.                     $To run this function use Call<> function
  361.                     $You can change its name from the tree control.
  362.                     END
  363.                 zzFunc043
  364.                     0
  365.                     $To run this function use Call<> function
  366.                     $You can change its name from the tree control.
  367.                     END
  368.                 zzFunc044
  369.                     0
  370.                     $To run this function use Call<> function
  371.                     $You can change its name from the tree control.
  372.                     END
  373.                 zzFunc045
  374.                     0
  375.                     $To run this function use Call<> function
  376.                     $You can change its name from the tree control.
  377.                     END
  378.                 zzFunc046
  379.                     0
  380.                     $To run this function use Call<> function
  381.                     $You can change its name from the tree control.
  382.                     END
  383.                 zzFunc047
  384.                     0
  385.                     $To run this function use Call<> function
  386.                     $You can change its name from the tree control.
  387.                     END
  388.                 zzFunc048
  389.                     0
  390.                     $To run this function use Call<> function
  391.                     $You can change its name from the tree control.
  392.                     END
  393.                 zzFunc049
  394.                     0
  395.                     $To run this function use Call<> function
  396.                     $You can change its name from the tree control.
  397.                     END
  398.                 zzFunc050
  399.                     0
  400.                     $To run this function use Call<> function
  401.                     $You can change its name from the tree control.
  402.                     END
  403.                 zzFunc051
  404.                     0
  405.                     $To run this function use Call<> function
  406.                     $You can change its name from the tree control.
  407.                     END
  408.                 zzFunc052
  409.                     0
  410.                     $To run this function use Call<> function
  411.                     $You can change its name from the tree control.
  412.                     END
  413.                 zzFunc053
  414.                     0
  415.                     $To run this function use Call<> function
  416.                     $You can change its name from the tree control.
  417.                     END
  418.                 zzFunc054
  419.                     0
  420.                     $To run this function use Call<> function
  421.                     $You can change its name from the tree control.
  422.                     END
  423.                 zzFunc055
  424.                     0
  425.                     $To run this function use Call<> function
  426.                     $You can change its name from the tree control.
  427.                     END
  428.                 zzFunc056
  429.                     0
  430.                     $To run this function use Call<> function
  431.                     $You can change its name from the tree control.
  432.                     END
  433.                 zzFunc057
  434.                     0
  435.                     $To run this function use Call<> function
  436.                     $You can change its name from the tree control.
  437.                     END
  438.                 zzFunc058
  439.                     0
  440.                     $To run this function use Call<> function
  441.                     $You can change its name from the tree control.
  442.                     END
  443.                 zzFunc059
  444.                     0
  445.                     $To run this function use Call<> function
  446.                     $You can change its name from the tree control.
  447.                     END
  448.                 zzFunc060
  449.                     0
  450.                     $To run this function use Call<> function
  451.                     $You can change its name from the tree control.
  452.                     END
  453.                 zzFunc061
  454.                     0
  455.                     $To run this function use Call<> function
  456.                     $You can change its name from the tree control.
  457.                     END
  458.                 zzFunc062
  459.                     0
  460.                     $To run this function use Call<> function
  461.                     $You can change its name from the tree control.
  462.                     END
  463.                 zzFunc063
  464.                     0
  465.                     $To run this function use Call<> function
  466.                     $You can change its name from the tree control.
  467.                     END
  468.                 zzFunc064
  469.                     0
  470.                     $To run this function use Call<> function
  471.                     $You can change its name from the tree control.
  472.                     END
  473.                 zzFunc065
  474.                     0
  475.                     $To run this function use Call<> function
  476.                     $You can change its name from the tree control.
  477.                     END
  478.                 zzFunc066
  479.                     0
  480.                     $To run this function use Call<> function
  481.                     $You can change its name from the tree control.
  482.                     END
  483.                 zzFunc067
  484.                     0
  485.                     $To run this function use Call<> function
  486.                     $You can change its name from the tree control.
  487.                     END
  488.                 zzFunc068
  489.                     0
  490.                     $To run this function use Call<> function
  491.                     $You can change its name from the tree control.
  492.                     END
  493.                 zzFunc069
  494.                     0
  495.                     $To run this function use Call<> function
  496.                     $You can change its name from the tree control.
  497.                     END
  498.                 zzFunc070
  499.                     0
  500.                     $To run this function use Call<> function
  501.                     $You can change its name from the tree control.
  502.                     END
  503.                 zzFunc071
  504.                     0
  505.                     $To run this function use Call<> function
  506.                     $You can change its name from the tree control.
  507.                     END
  508.                 zzFunc072
  509.                     0
  510.                     $To run this function use Call<> function
  511.                     $You can change its name from the tree control.
  512.                     END
  513.                 zzFunc073
  514.                     0
  515.                     $To run this function use Call<> function
  516.                     $You can change its name from the tree control.
  517.                     END
  518.                 zzFunc074
  519.                     0
  520.                     $To run this function use Call<> function
  521.                     $You can change its name from the tree control.
  522.                     END
  523.                 zzFunc075
  524.                     0
  525.                     $To run this function use Call<> function
  526.                     $You can change its name from the tree control.
  527.                     END
  528.                 zzFunc076
  529.                     0
  530.                     $To run this function use Call<> function
  531.                     $You can change its name from the tree control.
  532.                     END
  533.                 zzFunc077
  534.                     0
  535.                     $To run this function use Call<> function
  536.                     $You can change its name from the tree control.
  537.                     END
  538.                 zzFunc078
  539.                     0
  540.                     $To run this function use Call<> function
  541.                     $You can change its name from the tree control.
  542.                     END
  543.                 zzFunc079
  544.                     0
  545.                     $To run this function use Call<> function
  546.                     $You can change its name from the tree control.
  547.                     END
  548.                 zzFunc080
  549.                     0
  550.                     $To run this function use Call<> function
  551.                     $You can change its name from the tree control.
  552.                     END
  553.                 zzFunc081
  554.                     0
  555.                     $To run this function use Call<> function
  556.                     $You can change its name from the tree control.
  557.                     END
  558.                 zzFunc082
  559.                     0
  560.                     $To run this function use Call<> function
  561.                     $You can change its name from the tree control.
  562.                     END
  563.                 zzFunc083
  564.                     0
  565.                     $To run this function use Call<> function
  566.                     $You can change its name from the tree control.
  567.                     END
  568.                 zzFunc084
  569.                     0
  570.                     $To run this function use Call<> function
  571.                     $You can change its name from the tree control.
  572.                     END
  573.                 zzFunc085
  574.                     0
  575.                     $To run this function use Call<> function
  576.                     $You can change its name from the tree control.
  577.                     END
  578.                 zzFunc086
  579.                     0
  580.                     $To run this function use Call<> function
  581.                     $You can change its name from the tree control.
  582.                     END
  583.                 zzFunc087
  584.                     0
  585.                     $To run this function use Call<> function
  586.                     $You can change its name from the tree control.
  587.                     END
  588.                 zzFunc088
  589.                     0
  590.                     $To run this function use Call<> function
  591.                     $You can change its name from the tree control.
  592.                     END
  593.                 zzFunc089
  594.                     0
  595.                     $To run this function use Call<> function
  596.                     $You can change its name from the tree control.
  597.                     END
  598.                 zzFunc090
  599.                     0
  600.                     $To run this function use Call<> function
  601.                     $You can change its name from the tree control.
  602.                     END
  603.                 zzFunc091
  604.                     0
  605.                     $To run this function use Call<> function
  606.                     $You can change its name from the tree control.
  607.                     END
  608.                 zzFunc092
  609.                     0
  610.                     $To run this function use Call<> function
  611.                     $You can change its name from the tree control.
  612.                     END
  613.                 zzFunc093
  614.                     0
  615.                     $To run this function use Call<> function
  616.                     $You can change its name from the tree control.
  617.                     END
  618.                 zzFunc094
  619.                     0
  620.                     $To run this function use Call<> function
  621.                     $You can change its name from the tree control.
  622.                     END
  623.                 zzFunc095
  624.                     0
  625.                     $To run this function use Call<> function
  626.                     $You can change its name from the tree control.
  627.                     END
  628.                 zzFunc096
  629.                     0
  630.                     $To run this function use Call<> function
  631.                     $You can change its name from the tree control.
  632.                     END
  633.                 zzFunc097
  634.                     0
  635.                     $To run this function use Call<> function
  636.                     $You can change its name from the tree control.
  637.                     END
  638.                 zzFunc098
  639.                     0
  640.                     $To run this function use Call<> function
  641.                     $You can change its name from the tree control.
  642.                     END
  643.                 zzFunc099
  644.                     0
  645.                     $To run this function use Call<> function
  646.                     $You can change its name from the tree control.
  647.                     END
  648.                 zzFunc100
  649.                     0
  650.                     $To run this function use Call<> function
  651.                     $You can change its name from the tree control.
  652.                     END
  653.         MAIN
  654.             Dialog
  655.             Mailing List Sender
  656.             0,0,520,452
  657.             WS_CHILD,WS_VISIBLE,WS_MINIMIZEBOX,WS_MAXIMIZEBOX,WS_SYSMENU,1,
  658.             
  659.             
  660.             0
  661.             192,192,192
  662.             
  663.             EVENTS:17
  664.                 OnClose
  665.                     0
  666.                     $Object Type : Dialog
  667.                     $Event Name : OnClose
  668.                     END
  669.                 OnDragFile
  670.                     0
  671.                     $Object Type : Dialog
  672.                     $Event Name : OnDragFile
  673.                     $Parameter 0 : Number of files
  674.                     $Parameter 1 : Pathname 1
  675.                     $Parameter 2 : Pathname 2...
  676.                     $
  677.                     END
  678.                 OnDraw
  679.                     0
  680.                     $Object Type : Dialog
  681.                     $Event Name : OnDraw
  682.                     END
  683.                 OnHScroll
  684.                     0
  685.                     $Object Type : Dialog
  686.                     $Event Name : OnHScroll
  687.                     $Parameter 0 : Previous Position
  688.                     $Parameter 1 : New Position
  689.                     $Parameter 2 : Variation
  690.                     END
  691.                 OnLButtonDbClk
  692.                     0
  693.                     $Object Type : Dialog
  694.                     $Event Name : OnLButtonDbClk
  695.                     END
  696.                 OnLButtonDown
  697.                     0
  698.                     $Object Type : Dialog
  699.                     $Event Name : OnLButtonDown
  700.                     END
  701.                 OnLButtonUp
  702.                     0
  703.                     $Object Type : Dialog
  704.                     $Event Name : OnLButtonUp
  705.                     END
  706.                 OnMButtonDbClk
  707.                     0
  708.                     $Object Type : Dialog
  709.                     $Event Name : OnMButtonDbClk
  710.                     END
  711.                 OnMButtonDown
  712.                     0
  713.                     $Object Type : Dialog
  714.                     $Event Name : OnMButtonDown
  715.                     END
  716.                 OnMButtonUp
  717.                     0
  718.                     $Object Type : Dialog
  719.                     $Event Name : OnMButtonUp
  720.                     END
  721.                 OnMove
  722.                     0
  723.                     $Object Type : Dialog
  724.                     $Event Name : OnMove
  725.                     END
  726.                 OnRButtonDbClk
  727.                     0
  728.                     $Object Type : Dialog
  729.                     $Event Name : OnRButtonDbClk
  730.                     END
  731.                 OnRButtonDown
  732.                     0
  733.                     $Object Type : Dialog
  734.                     $Event Name : OnRButtonDown
  735.                     END
  736.                 OnRButtonUp
  737.                     0
  738.                     $Object Type : Dialog
  739.                     $Event Name : OnRButtonUp
  740.                     END
  741.                 OnSize
  742.                     0
  743.                     $Object Type : Dialog
  744.                     $Event Name : OnSize
  745.                     END
  746.                 OnStart
  747.                     0
  748.                     $Object Type : Dialog
  749.                     $Event Name : OnStart
  750.                     $
  751.                     $Menu
  752.                     #m_MenuFile.AddItem<"Load Address">
  753.                     #m_MenuFile.AddItem<"Save Address">
  754.                     #m_MenuFile.AddSeparator<>
  755.                     #m_MenuFile.AddItem<"Load Message">
  756.                     #m_MenuFile.AddItem<"Save Message">
  757.                     #m_MenuFile.AddSeparator<>
  758.                     #m_MenuFile.AddItem<"Send Mail">
  759.                     #m_MenuFile.AddSeparator<>
  760.                     #m_MenuFile.AddItem<"Options">
  761.                     #m_MenuFile.AddSeparator<>
  762.                     #m_MenuFile.AddItem<"Quit">
  763.                     #m_MenuHelp.AddItem<"About...">
  764.                     #m_Menu.AddMenu<#m_MenuFile.GetObjectID<>, "File">
  765.                     #m_Menu.AddMenu<#m_MenuHelp.GetObjectID<>, "Help">
  766.                     #m_Menu.Activate<>
  767.                     $Tool Bar
  768.                     #m_ToolBar.AddButton<"image/icon_open.bmp", #General.GetRGB<"255", "0", "0">>
  769.                     #m_ToolBar.SetTipText<"0", "Open Address">
  770.                     #m_ToolBar.AddButton<"image/icon_save.bmp", #General.GetRGB<"255", "0", "0">>
  771.                     #m_ToolBar.SetTipText<"1", "Save Address">
  772.                     #m_ToolBar.AddSeparator<"image/icon_separator.bmp">
  773.                     #m_ToolBar.AddButton<"image/icon_open.bmp", #General.GetRGB<"255", "0", "0">>
  774.                     #m_ToolBar.SetTipText<"2", "Open Message">
  775.                     #m_ToolBar.AddButton<"image/icon_save.bmp", #General.GetRGB<"255", "0", "0">>
  776.                     #m_ToolBar.SetTipText<"3", "Save Message">
  777.                     #m_ToolBar.AddSeparator<"image/icon_separator.bmp">
  778.                     #m_ToolBar.AddButton<"image/icon_send.bmp", #General.GetRGB<"255", "0", "0">>
  779.                     #m_ToolBar.SetTipText<"4", "Send Now">
  780.                     #m_ToolBar.ActivateTip<"1">
  781.                     $Button
  782.                     #m_ButtonSend.SetImage<"image/icon_send.bmp", #General.GetRGB<"255", "0", "0">, "", "">
  783.                     #m_ButtonSend.SetTextColor<"0", #General.GetRGB<"255", "0", "0">>
  784.                     $Window
  785.                     #MAIN.SetMinSize<#MAIN.GetWidth<>, #MAIN.GetHeight<>>
  786.                     END
  787.                 OnVScroll
  788.                     0
  789.                     $Object Type : Dialog
  790.                     $Event Name : OnVScroll
  791.                     $Parameter 0 : Previous Position
  792.                     $Parameter 1 : New Position
  793.                     $Parameter 2 : Variation
  794.                     END
  795.         Disk
  796.             Disk
  797.             New Object
  798.             10,10,150,150
  799.             WS_CHILD,WS_VISIBLE,
  800.             
  801.             
  802.             0
  803.             192,192,192
  804.             
  805.             EVENTS:0
  806.         General
  807.             General
  808.             New Object
  809.             10,10,150,150
  810.             WS_CHILD,WS_VISIBLE,
  811.             
  812.             
  813.             0
  814.             192,192,192
  815.             
  816.             EVENTS:0
  817.         Keyboard
  818.             Keyboard
  819.             New Object
  820.             10,10,150,150
  821.             WS_CHILD,WS_VISIBLE,
  822.             
  823.             
  824.             0
  825.             192,192,192
  826.             
  827.             EVENTS:3
  828.                 OnDlgKeyDown
  829.                     0
  830.                     $Object Type : Keyboard
  831.                     $Event Name : OnDlgKeyDown
  832.                     $Parameter 0 : Key Pressed
  833.                     END
  834.                 OnKeyDown
  835.                     0
  836.                     $Object Type : Keyboard
  837.                     $Event Name : OnKeyDown
  838.                     $Parameter 0 : Key Pressed
  839.                     END
  840.                 OnKeyUp
  841.                     0
  842.                     $Object Type : Keyboard
  843.                     $Event Name : OnKeyUp
  844.                     $Parameter 0 : Key Pressed
  845.                     END
  846.         Math
  847.             Math
  848.             New Object
  849.             10,10,150,150
  850.             WS_CHILD,WS_VISIBLE,
  851.             
  852.             
  853.             0
  854.             192,192,192
  855.             
  856.             EVENTS:0
  857.         MessageBox
  858.             MessageBox
  859.             New Object
  860.             10,10,150,150
  861.             WS_CHILD,WS_VISIBLE,
  862.             
  863.             
  864.             0
  865.             192,192,192
  866.             
  867.             EVENTS:0
  868.         Mouse
  869.             Mouse
  870.             New Object
  871.             10,10,150,150
  872.             WS_CHILD,WS_VISIBLE,
  873.             
  874.             
  875.             0
  876.             192,192,192
  877.             
  878.             EVENTS:2
  879.                 OnMove
  880.                     0
  881.                     $Object Type : Mouse
  882.                     $Event Name : OnMove
  883.                     END
  884.                 OnWheel
  885.                     0
  886.                     $Object Type : Mouse
  887.                     $Event Name : OnWheel
  888.                     $Parameter 0 : -1 if move down and 1 if move up
  889.                     END
  890.         System
  891.             System
  892.             New Object
  893.             10,10,150,150
  894.             WS_CHILD,WS_VISIBLE,
  895.             
  896.             
  897.             0
  898.             192,192,192
  899.             
  900.             EVENTS:0
  901.         Timer
  902.             Timer
  903.             New Object
  904.             10,10,150,150
  905.             WS_CHILD,WS_VISIBLE,
  906.             
  907.             
  908.             0
  909.             192,192,192
  910.             
  911.             EVENTS:1
  912.                 OnTimer
  913.                     0
  914.                     $Object Type : Timer
  915.                     $Event Name : OnTimer
  916.                     $Parameter 0 : ID of the timer event
  917.                     END
  918.         m_MenuFile
  919.             Menu
  920.             New Object
  921.             10,10,150,150
  922.             WS_CHILD,WS_VISIBLE,
  923.             
  924.             
  925.             0
  926.             192,192,192
  927.             
  928.             EVENTS:1
  929.                 OnSelect
  930.                     0
  931.                     $Object Type : Menu
  932.                     $Event Name : OnSelect
  933.                     $Parameter 0 : Index of the selected item
  934.                     $
  935.                     #str.Set<#m_MenuFile.GetText<#General.GetParam<"0">>>
  936.                     #If.IF<#str.Get<>, "=", "Load Address">
  937.                     #Function.Call<"", "LoadAddress">
  938.                     #If.ELSE<>
  939.                     #If.ENDIF<>
  940.                     #If.IF<#str.Get<>, "=", "Save Address">
  941.                     #Function.Call<"", "SaveAddress">
  942.                     #If.ELSE<>
  943.                     #If.ENDIF<>
  944.                     #If.IF<#str.Get<>, "=", "Load Message">
  945.                     #Function.Call<"", "LoadMsg">
  946.                     #If.ELSE<>
  947.                     #If.ENDIF<>
  948.                     #If.IF<#str.Get<>, "=", "Save Message">
  949.                     #Function.Call<"", "SaveMsg">
  950.                     #If.ELSE<>
  951.                     #If.ENDIF<>
  952.                     #If.IF<#str.Get<>, "=", "Send Mail">
  953.                     #Function.Call<"", "SendMail">
  954.                     #If.ELSE<>
  955.                     #If.ENDIF<>
  956.                     #If.IF<#str.Get<>, "=", "Options">
  957.                     #MAIN.OpenModalWindow<"OPTION", "-1", "-1">
  958.                     #If.ELSE<>
  959.                     #If.ENDIF<>
  960.                     #If.IF<#str.Get<>, "=", "Quit">
  961.                     #General.End<>
  962.                     #If.ELSE<>
  963.                     #If.ENDIF<>
  964.                     END
  965.         m_Menu
  966.             Menu
  967.             New Object
  968.             10,10,150,150
  969.             WS_CHILD,WS_VISIBLE,
  970.             
  971.             
  972.             0
  973.             192,192,192
  974.             
  975.             EVENTS:1
  976.                 OnSelect
  977.                     0
  978.                     $Object Type : Menu
  979.                     $Event Name : OnSelect
  980.                     $Parameter 0 : Index of the selected item
  981.                     END
  982.         str
  983.             LocalString
  984.             New Object
  985.             10,10,150,150
  986.             WS_CHILD,WS_VISIBLE,
  987.             
  988.             
  989.             0
  990.             192,192,192
  991.             
  992.             EVENTS:0
  993.         m_RichEdit
  994.             RichEdit
  995.             
  996.             35,274,449,121
  997.             WS_CHILD,WS_VISIBLE,ES_MULTILINE,WS_HSCROLL,ES_AUTOHSCROLL,WS_VSCROLL,ES_AUTOVSCROLL,ES_WANTRETURN,WS_BORDER,
  998.             
  999.             
  1000.             15
  1001.             192,192,192
  1002.             
  1003.             EVENTS:16
  1004.                 OnChange
  1005.                     0
  1006.                     $Object Type : RichEdit
  1007.                     $Event Name : OnChange
  1008.                     END
  1009.                 OnHScroll
  1010.                     0
  1011.                     $Object Type : RichEdit
  1012.                     $Event Name : OnHScroll
  1013.                     END
  1014.                 OnKeyDown
  1015.                     0
  1016.                     $Object Type : RichEdit
  1017.                     $Event Name : OnKeyDown
  1018.                     $Parameter 0 : Key Pressed
  1019.                     END
  1020.                 OnKeyUp
  1021.                     0
  1022.                     $Object Type : RichEdit
  1023.                     $Event Name : OnKeyUp
  1024.                     $Parameter 0 : Key Pressed
  1025.                     END
  1026.                 OnKillFocus
  1027.                     0
  1028.                     $Object Type : RichEdit
  1029.                     $Event Name : OnKillFocus
  1030.                     END
  1031.                 OnLButtonDbClk
  1032.                     0
  1033.                     $Object Type : RichEdit
  1034.                     $Event Name : OnLButtonDbClk
  1035.                     END
  1036.                 OnLButtonDown
  1037.                     0
  1038.                     $Object Type : RichEdit
  1039.                     $Event Name : OnLButtonDown
  1040.                     END
  1041.                 OnLButtonUp
  1042.                     0
  1043.                     $Object Type : RichEdit
  1044.                     $Event Name : OnLButtonUp
  1045.                     END
  1046.                 OnMButtonDbClk
  1047.                     0
  1048.                     $Object Type : RichEdit
  1049.                     $Event Name : OnMButtonDbClk
  1050.                     END
  1051.                 OnMButtonDown
  1052.                     0
  1053.                     $Object Type : RichEdit
  1054.                     $Event Name : OnMButtonDown
  1055.                     END
  1056.                 OnMButtonUp
  1057.                     0
  1058.                     $Object Type : RichEdit
  1059.                     $Event Name : OnMButtonUp
  1060.                     END
  1061.                 OnRButtonDbClk
  1062.                     0
  1063.                     $Object Type : RichEdit
  1064.                     $Event Name : OnRButtonDbClk
  1065.                     END
  1066.                 OnRButtonDown
  1067.                     0
  1068.                     $Object Type : RichEdit
  1069.                     $Event Name : OnRButtonDown
  1070.                     END
  1071.                 OnRButtonUp
  1072.                     0
  1073.                     $Object Type : RichEdit
  1074.                     $Event Name : OnRButtonUp
  1075.                     END
  1076.                 OnSetFocus
  1077.                     0
  1078.                     $Object Type : RichEdit
  1079.                     $Event Name : OnSetFocus
  1080.                     END
  1081.                 OnVScroll
  1082.                     0
  1083.                     $Object Type : RichEdit
  1084.                     $Event Name : OnVScroll
  1085.                     END
  1086.         m_Group
  1087.             Group
  1088.             Address
  1089.             16,37,489,178
  1090.             WS_CHILD,WS_VISIBLE,
  1091.             
  1092.             
  1093.             12
  1094.             192,192,192
  1095.             
  1096.             EVENTS:0
  1097.         m_ListAddress
  1098.             List
  1099.             
  1100.             27,81,230,99
  1101.             WS_CHILD,WS_VISIBLE,WS_BORDER,LBS_SORT,WS_VSCROLL,LBS_NOINTEGRALHEIGHT,LBS_EXTENDEDSEL,
  1102.             
  1103.             
  1104.             12
  1105.             192,192,192
  1106.             
  1107.             EVENTS:4
  1108.                 OnDoubleClick
  1109.                     0
  1110.                     $Object Type : List
  1111.                     $Event Name : OnDoubleClick
  1112.                     $
  1113.                     $Open Edit Dialog
  1114.                     #MAIN.OpenModalWindow<"EDIT", "-1", "-1">
  1115.                     #Function.Call<"EDIT", "SetEmail", #m_ListAddress.GetCurSel<>, #m_ListAddress.GetTextAt<#m_ListAddress.GetCurSel<>>>
  1116.                     END
  1117.                 OnKillFocus
  1118.                     0
  1119.                     $Object Type : List
  1120.                     $Event Name : OnKillFocus
  1121.                     END
  1122.                 OnSelChange
  1123.                     0
  1124.                     $Object Type : List
  1125.                     $Event Name : OnSelChange
  1126.                     END
  1127.                 OnSetFocus
  1128.                     0
  1129.                     $Object Type : List
  1130.                     $Event Name : OnSetFocus
  1131.                     END
  1132.         m_ListAddress2
  1133.             List
  1134.             
  1135.             265,81,230,99
  1136.             WS_CHILD,WS_VISIBLE,WS_BORDER,LBS_SORT,WS_VSCROLL,LBS_NOINTEGRALHEIGHT,LBS_EXTENDEDSEL,
  1137.             
  1138.             
  1139.             8
  1140.             192,192,192
  1141.             
  1142.             EVENTS:4
  1143.                 OnDoubleClick
  1144.                     0
  1145.                     $Object Type : List
  1146.                     $Event Name : OnDoubleClick
  1147.                     END
  1148.                 OnKillFocus
  1149.                     0
  1150.                     $Object Type : List
  1151.                     $Event Name : OnKillFocus
  1152.                     END
  1153.                 OnSelChange
  1154.                     0
  1155.                     $Object Type : List
  1156.                     $Event Name : OnSelChange
  1157.                     END
  1158.                 OnSetFocus
  1159.                     0
  1160.                     $Object Type : List
  1161.                     $Event Name : OnSetFocus
  1162.                     END
  1163.         m_TextAddress
  1164.             Text
  1165.             Address Book
  1166.             32,59,150,17
  1167.             WS_CHILD,WS_VISIBLE,
  1168.             
  1169.             
  1170.             0
  1171.             192,192,192
  1172.             
  1173.             EVENTS:0
  1174.         m_TextAddress2
  1175.             Text
  1176.             To send
  1177.             273,59,92,17
  1178.             WS_CHILD,WS_VISIBLE,
  1179.             
  1180.             
  1181.             8
  1182.             192,192,192
  1183.             
  1184.             EVENTS:0
  1185.         m_Group2
  1186.             Group
  1187.             Message to send
  1188.             16,222,489,188
  1189.             WS_CHILD,WS_VISIBLE,
  1190.             
  1191.             
  1192.             15
  1193.             192,192,192
  1194.             
  1195.             EVENTS:0
  1196.         m_Selector
  1197.             Selector
  1198.             New Object
  1199.             10,10,150,150
  1200.             WS_CHILD,WS_VISIBLE,
  1201.             
  1202.             
  1203.             0
  1204.             192,192,192
  1205.             
  1206.             EVENTS:0
  1207.         m_ToolBar
  1208.             ToolBar
  1209.             
  1210.             0,0,520,24
  1211.             WS_CHILD,WS_VISIBLE,WS_BORDER,
  1212.             
  1213.             
  1214.             12
  1215.             192,192,192
  1216.             
  1217.             EVENTS:1
  1218.                 OnSelect
  1219.                     0
  1220.                     $Object Type : ToolBar
  1221.                     $Event Name : OnSelect
  1222.                     $Parameter 0 : Index of the icon pushed.
  1223.                     $
  1224.                     #str.Set<#m_ToolBar.GetTipText<#General.GetParam<"0">>>
  1225.                     #If.IF<#str.Get<>, "=", "Open Address">
  1226.                     #Function.Call<"", "LoadAddress">
  1227.                     #If.ELSE<>
  1228.                     #If.ENDIF<>
  1229.                     #If.IF<#str.Get<>, "=", "Save Address">
  1230.                     #Function.Call<"", "SaveAddress">
  1231.                     #If.ELSE<>
  1232.                     #If.ENDIF<>
  1233.                     #If.IF<#str.Get<>, "=", "Open Message">
  1234.                     #Function.Call<"", "LoadMsg">
  1235.                     #If.ELSE<>
  1236.                     #If.ENDIF<>
  1237.                     #If.IF<#str.Get<>, "=", "Save Message">
  1238.                     #Function.Call<"", "SaveMsg">
  1239.                     #If.ELSE<>
  1240.                     #If.ENDIF<>
  1241.                     #If.IF<#str.Get<>, "=", "Send Now">
  1242.                     #Function.Call<"", "SendMail">
  1243.                     #If.ELSE<>
  1244.                     #If.ENDIF<>
  1245.                     END
  1246.         m_File
  1247.             File
  1248.             New Object
  1249.             10,10,150,150
  1250.             WS_CHILD,WS_VISIBLE,
  1251.             
  1252.             
  1253.             0
  1254.             192,192,192
  1255.             
  1256.             EVENTS:0
  1257.         i
  1258.             LocalNumber
  1259.             New Object
  1260.             10,10,150,150
  1261.             WS_CHILD,WS_VISIBLE,
  1262.             
  1263.             
  1264.             0
  1265.             192,192,192
  1266.             
  1267.             EVENTS:0
  1268.         m_Network
  1269.             Network
  1270.             New Object
  1271.             10,10,150,150
  1272.             WS_CHILD,WS_VISIBLE,
  1273.             
  1274.             
  1275.             0
  1276.             192,192,192
  1277.             
  1278.             EVENTS:0
  1279.         m_EditSubject
  1280.             Edit
  1281.             
  1282.             106,246,377,22
  1283.             WS_CHILD,WS_VISIBLE,ES_AUTOHSCROLL,WS_BORDER,WS_TABSTOP,
  1284.             
  1285.             
  1286.             12
  1287.             192,192,192
  1288.             
  1289.             EVENTS:5
  1290.                 OnChange
  1291.                     0
  1292.                     $Object Type : Edit
  1293.                     $Event Name : OnChange
  1294.                     END
  1295.                 OnHScroll
  1296.                     0
  1297.                     $Object Type : Edit
  1298.                     $Event Name : OnHScroll
  1299.                     END
  1300.                 OnKillFocus
  1301.                     0
  1302.                     $Object Type : Edit
  1303.                     $Event Name : OnKillFocus
  1304.                     END
  1305.                 OnSetFocus
  1306.                     0
  1307.                     $Object Type : Edit
  1308.                     $Event Name : OnSetFocus
  1309.                     END
  1310.                 OnVScroll
  1311.                     0
  1312.                     $Object Type : Edit
  1313.                     $Event Name : OnVScroll
  1314.                     END
  1315.         m_TextSubject
  1316.             Text
  1317.             Subject
  1318.             37,249,55,18
  1319.             WS_CHILD,WS_VISIBLE,
  1320.             
  1321.             
  1322.             0
  1323.             192,192,192
  1324.             
  1325.             EVENTS:0
  1326.         m_MenuHelp
  1327.             Menu
  1328.             New Object
  1329.             10,10,150,150
  1330.             WS_CHILD,WS_VISIBLE,
  1331.             
  1332.             
  1333.             0
  1334.             192,192,192
  1335.             
  1336.             EVENTS:1
  1337.                 OnSelect
  1338.                     0
  1339.                     $Object Type : Menu
  1340.                     $Event Name : OnSelect
  1341.                     $Parameter 0 : Index of the selected item
  1342.                     $
  1343.                     #MAIN.OpenModalWindow<"ABOUT", "-1", "-1">
  1344.                     END
  1345.         m_Ini
  1346.             Ini
  1347.             New Object
  1348.             10,10,150,150
  1349.             WS_CHILD,WS_VISIBLE,
  1350.             
  1351.             
  1352.             0
  1353.             192,192,192
  1354.             
  1355.             EVENTS:0
  1356.         m_ButtonNew
  1357.             ButtonFlat
  1358.             New
  1359.             27,184,53,25
  1360.             WS_CHILD,WS_VISIBLE,
  1361.             
  1362.             
  1363.             0
  1364.             192,192,192
  1365.             
  1366.             EVENTS:4
  1367.                 OnClick
  1368.                     0
  1369.                     $Object Type : Button
  1370.                     $Event Name : OnClick
  1371.                     $
  1372.                     $When the user clicks on the New button
  1373.                     #m_ListAddress.AddString<"name@domain.com">
  1374.                     END
  1375.                 OnMouseMove
  1376.                     0
  1377.                     $Object Type : ButtonFlat
  1378.                     $Event Name : OnMouseMove
  1379.                     END
  1380.                 OnSelect
  1381.                     0
  1382.                     $Object Type : ButtonFlat
  1383.                     $Event Name : OnSelect
  1384.                     END
  1385.                 OnUnselect
  1386.                     0
  1387.                     $Object Type : ButtonFlat
  1388.                     $Event Name : OnUnselect
  1389.                     END
  1390.         m_ButtonAll
  1391.             ButtonFlat
  1392.             All
  1393.             85,184,53,25
  1394.             WS_CHILD,WS_VISIBLE,
  1395.             
  1396.             
  1397.             0
  1398.             192,192,192
  1399.             
  1400.             EVENTS:4
  1401.                 OnClick
  1402.                     0
  1403.                     $Object Type : Button
  1404.                     $Event Name : OnClick
  1405.                     $
  1406.                     $When the user clicks on the All button
  1407.                     #m_ListAddress2.Reset<>
  1408.                     #i.Set<"-1">
  1409.                     #While.WHILE<#i.AddOne<>, "<", #m_ListAddress.GetCount<>>
  1410.                     #m_ListAddress2.AddString<#m_ListAddress.GetTextAt<#i.Get<>>>
  1411.                     #While.ENDWHILE<>
  1412.                     END
  1413.                 OnMouseMove
  1414.                     0
  1415.                     $Object Type : ButtonFlat
  1416.                     $Event Name : OnMouseMove
  1417.                     END
  1418.                 OnSelect
  1419.                     0
  1420.                     $Object Type : ButtonFlat
  1421.                     $Event Name : OnSelect
  1422.                     END
  1423.                 OnUnselect
  1424.                     0
  1425.                     $Object Type : ButtonFlat
  1426.                     $Event Name : OnUnselect
  1427.                     END
  1428.         m_ButtonAdd
  1429.             ButtonFlat
  1430.             Add Address
  1431.             144,184,113,25
  1432.             WS_CHILD,WS_VISIBLE,
  1433.             
  1434.             
  1435.             12
  1436.             192,192,192
  1437.             
  1438.             EVENTS:4
  1439.                 OnClick
  1440.                     0
  1441.                     $Object Type : Button
  1442.                     $Event Name : OnClick
  1443.                     $
  1444.                     $When the user clicks on the Add button
  1445.                     #m_ListAddress2.Reset<>
  1446.                     #i.Set<"-1">
  1447.                     #While.WHILE<#i.AddOne<>, "<", #m_ListAddress.GetSelCount<>>
  1448.                     #m_ListAddress2.AddString<#m_ListAddress.GetTextAt<#m_ListAddress.GetSels<#i.Get<>>>>
  1449.                     #While.ENDWHILE<>
  1450.                     END
  1451.                 OnMouseMove
  1452.                     0
  1453.                     $Object Type : ButtonFlat
  1454.                     $Event Name : OnMouseMove
  1455.                     END
  1456.                 OnSelect
  1457.                     0
  1458.                     $Object Type : ButtonFlat
  1459.                     $Event Name : OnSelect
  1460.                     END
  1461.                 OnUnselect
  1462.                     0
  1463.                     $Object Type : ButtonFlat
  1464.                     $Event Name : OnUnselect
  1465.                     END
  1466.         m_ButtonClear
  1467.             ButtonFlat
  1468.             Clear
  1469.             265,184,53,25
  1470.             WS_CHILD,WS_VISIBLE,
  1471.             
  1472.             
  1473.             8
  1474.             192,192,192
  1475.             
  1476.             EVENTS:4
  1477.                 OnClick
  1478.                     0
  1479.                     $Object Type : Button
  1480.                     $Event Name : OnClick
  1481.                     $
  1482.                     $When the user clicks on the Clear button
  1483.                     #m_ListAddress2.Reset<>
  1484.                     END
  1485.                 OnMouseMove
  1486.                     0
  1487.                     $Object Type : ButtonFlat
  1488.                     $Event Name : OnMouseMove
  1489.                     END
  1490.                 OnSelect
  1491.                     0
  1492.                     $Object Type : ButtonFlat
  1493.                     $Event Name : OnSelect
  1494.                     END
  1495.                 OnUnselect
  1496.                     0
  1497.                     $Object Type : ButtonFlat
  1498.                     $Event Name : OnUnselect
  1499.                     END
  1500.         m_ButtonRemove
  1501.             ButtonFlat
  1502.             Remove Selected Address
  1503.             324,184,170,25
  1504.             WS_CHILD,WS_VISIBLE,
  1505.             
  1506.             
  1507.             8
  1508.             192,192,192
  1509.             
  1510.             EVENTS:4
  1511.                 OnClick
  1512.                     0
  1513.                     $Object Type : Button
  1514.                     $Event Name : OnClick
  1515.                     $
  1516.                     $When the user clicks on the Remove button
  1517.                     #i.Set<"-1">
  1518.                     #While.WHILE<#m_ListAddress2.GetSelCount<>, ">", "0">
  1519.                     #m_ListAddress2.DeleteString<#m_ListAddress2.GetSels<"0">>
  1520.                     #While.ENDWHILE<>
  1521.                     END
  1522.                 OnMouseMove
  1523.                     0
  1524.                     $Object Type : ButtonFlat
  1525.                     $Event Name : OnMouseMove
  1526.                     END
  1527.                 OnSelect
  1528.                     0
  1529.                     $Object Type : ButtonFlat
  1530.                     $Event Name : OnSelect
  1531.                     END
  1532.                 OnUnselect
  1533.                     0
  1534.                     $Object Type : ButtonFlat
  1535.                     $Event Name : OnUnselect
  1536.                     END
  1537.         m_ButtonSend
  1538.             ButtonFlat
  1539.             Send Mail Now
  1540.             193,418,135,25
  1541.             WS_CHILD,WS_VISIBLE,
  1542.             
  1543.             
  1544.             6
  1545.             192,192,192
  1546.             
  1547.             EVENTS:4
  1548.                 OnClick
  1549.                     0
  1550.                     $Object Type : Button
  1551.                     $Event Name : OnClick
  1552.                     $
  1553.                     $Send mail to all address
  1554.                     #Function.Call<"", "SendMail">
  1555.                     END
  1556.                 OnMouseMove
  1557.                     0
  1558.                     $Object Type : ButtonFlat
  1559.                     $Event Name : OnMouseMove
  1560.                     END
  1561.                 OnSelect
  1562.                     0
  1563.                     $Object Type : ButtonFlat
  1564.                     $Event Name : OnSelect
  1565.                     END
  1566.                 OnUnselect
  1567.                     0
  1568.                     $Object Type : ButtonFlat
  1569.                     $Event Name : OnUnselect
  1570.                     END
  1571.     ABOUT:15
  1572.         zzFunc001,zzFunc002,zzFunc003,zzFunc004,zzFunc005,zzFunc006,zzFunc007,zzFunc008,zzFunc009,zzFunc010,zzFunc011,zzFunc012,zzFunc013,zzFunc014,zzFunc015,zzFunc016,zzFunc017,zzFunc018,zzFunc019,zzFunc020,zzFunc021,zzFunc022,zzFunc023,zzFunc024,zzFunc025,zzFunc026,zzFunc027,zzFunc028,zzFunc029,zzFunc030,zzFunc031,zzFunc032,zzFunc033,zzFunc034,zzFunc035,zzFunc036,zzFunc037,zzFunc038,zzFunc039,zzFunc040,zzFunc041,zzFunc042,zzFunc043,zzFunc044,zzFunc045,zzFunc046,zzFunc047,zzFunc048,zzFunc049,zzFunc050,zzFunc051,zzFunc052,zzFunc053,zzFunc054,zzFunc055,zzFunc056,zzFunc057,zzFunc058,zzFunc059,zzFunc060,zzFunc061,zzFunc062,zzFunc063,zzFunc064,zzFunc065,zzFunc066,zzFunc067,zzFunc068,zzFunc069,zzFunc070,zzFunc071,zzFunc072,zzFunc073,zzFunc074,zzFunc075,zzFunc076,zzFunc077,zzFunc078,zzFunc079,zzFunc080,zzFunc081,zzFunc082,zzFunc083,zzFunc084,zzFunc085,zzFunc086,zzFunc087,zzFunc088,zzFunc089,zzFunc090,zzFunc091,zzFunc092,zzFunc093,zzFunc094,zzFunc095,zzFunc096,zzFunc097,zzFunc098,zzFunc099,zzFunc100,
  1573.         If
  1574.             If
  1575.             New Object
  1576.             10,10,150,150
  1577.             WS_CHILD,WS_VISIBLE,
  1578.             
  1579.             
  1580.             0
  1581.             192,192,192
  1582.             
  1583.             EVENTS:0
  1584.         While
  1585.             While
  1586.             New Object
  1587.             10,10,150,150
  1588.             WS_CHILD,WS_VISIBLE,
  1589.             
  1590.             
  1591.             0
  1592.             192,192,192
  1593.             
  1594.             EVENTS:0
  1595.         Function
  1596.             Function
  1597.             New Object
  1598.             10,10,150,150
  1599.             WS_CHILD,WS_VISIBLE,
  1600.             
  1601.             
  1602.             0
  1603.             192,192,192
  1604.             
  1605.             EVENTS:100
  1606.                 zzFunc001
  1607.                     0
  1608.                     $To run this function use Call<> function
  1609.                     $You can change its name from the tree control.
  1610.                     END
  1611.                 zzFunc002
  1612.                     0
  1613.                     $To run this function use Call<> function
  1614.                     $You can change its name from the tree control.
  1615.                     END
  1616.                 zzFunc003
  1617.                     0
  1618.                     $To run this function use Call<> function
  1619.                     $You can change its name from the tree control.
  1620.                     END
  1621.                 zzFunc004
  1622.                     0
  1623.                     $To run this function use Call<> function
  1624.                     $You can change its name from the tree control.
  1625.                     END
  1626.                 zzFunc005
  1627.                     0
  1628.                     $To run this function use Call<> function
  1629.                     $You can change its name from the tree control.
  1630.                     END
  1631.                 zzFunc006
  1632.                     0
  1633.                     $To run this function use Call<> function
  1634.                     $You can change its name from the tree control.
  1635.                     END
  1636.                 zzFunc007
  1637.                     0
  1638.                     $To run this function use Call<> function
  1639.                     $You can change its name from the tree control.
  1640.                     END
  1641.                 zzFunc008
  1642.                     0
  1643.                     $To run this function use Call<> function
  1644.                     $You can change its name from the tree control.
  1645.                     END
  1646.                 zzFunc009
  1647.                     0
  1648.                     $To run this function use Call<> function
  1649.                     $You can change its name from the tree control.
  1650.                     END
  1651.                 zzFunc010
  1652.                     0
  1653.                     $To run this function use Call<> function
  1654.                     $You can change its name from the tree control.
  1655.                     END
  1656.                 zzFunc011
  1657.                     0
  1658.                     $To run this function use Call<> function
  1659.                     $You can change its name from the tree control.
  1660.                     END
  1661.                 zzFunc012
  1662.                     0
  1663.                     $To run this function use Call<> function
  1664.                     $You can change its name from the tree control.
  1665.                     END
  1666.                 zzFunc013
  1667.                     0
  1668.                     $To run this function use Call<> function
  1669.                     $You can change its name from the tree control.
  1670.                     END
  1671.                 zzFunc014
  1672.                     0
  1673.                     $To run this function use Call<> function
  1674.                     $You can change its name from the tree control.
  1675.                     END
  1676.                 zzFunc015
  1677.                     0
  1678.                     $To run this function use Call<> function
  1679.                     $You can change its name from the tree control.
  1680.                     END
  1681.                 zzFunc016
  1682.                     0
  1683.                     $To run this function use Call<> function
  1684.                     $You can change its name from the tree control.
  1685.                     END
  1686.                 zzFunc017
  1687.                     0
  1688.                     $To run this function use Call<> function
  1689.                     $You can change its name from the tree control.
  1690.                     END
  1691.                 zzFunc018
  1692.                     0
  1693.                     $To run this function use Call<> function
  1694.                     $You can change its name from the tree control.
  1695.                     END
  1696.                 zzFunc019
  1697.                     0
  1698.                     $To run this function use Call<> function
  1699.                     $You can change its name from the tree control.
  1700.                     END
  1701.                 zzFunc020
  1702.                     0
  1703.                     $To run this function use Call<> function
  1704.                     $You can change its name from the tree control.
  1705.                     END
  1706.                 zzFunc021
  1707.                     0
  1708.                     $To run this function use Call<> function
  1709.                     $You can change its name from the tree control.
  1710.                     END
  1711.                 zzFunc022
  1712.                     0
  1713.                     $To run this function use Call<> function
  1714.                     $You can change its name from the tree control.
  1715.                     END
  1716.                 zzFunc023
  1717.                     0
  1718.                     $To run this function use Call<> function
  1719.                     $You can change its name from the tree control.
  1720.                     END
  1721.                 zzFunc024
  1722.                     0
  1723.                     $To run this function use Call<> function
  1724.                     $You can change its name from the tree control.
  1725.                     END
  1726.                 zzFunc025
  1727.                     0
  1728.                     $To run this function use Call<> function
  1729.                     $You can change its name from the tree control.
  1730.                     END
  1731.                 zzFunc026
  1732.                     0
  1733.                     $To run this function use Call<> function
  1734.                     $You can change its name from the tree control.
  1735.                     END
  1736.                 zzFunc027
  1737.                     0
  1738.                     $To run this function use Call<> function
  1739.                     $You can change its name from the tree control.
  1740.                     END
  1741.                 zzFunc028
  1742.                     0
  1743.                     $To run this function use Call<> function
  1744.                     $You can change its name from the tree control.
  1745.                     END
  1746.                 zzFunc029
  1747.                     0
  1748.                     $To run this function use Call<> function
  1749.                     $You can change its name from the tree control.
  1750.                     END
  1751.                 zzFunc030
  1752.                     0
  1753.                     $To run this function use Call<> function
  1754.                     $You can change its name from the tree control.
  1755.                     END
  1756.                 zzFunc031
  1757.                     0
  1758.                     $To run this function use Call<> function
  1759.                     $You can change its name from the tree control.
  1760.                     END
  1761.                 zzFunc032
  1762.                     0
  1763.                     $To run this function use Call<> function
  1764.                     $You can change its name from the tree control.
  1765.                     END
  1766.                 zzFunc033
  1767.                     0
  1768.                     $To run this function use Call<> function
  1769.                     $You can change its name from the tree control.
  1770.                     END
  1771.                 zzFunc034
  1772.                     0
  1773.                     $To run this function use Call<> function
  1774.                     $You can change its name from the tree control.
  1775.                     END
  1776.                 zzFunc035
  1777.                     0
  1778.                     $To run this function use Call<> function
  1779.                     $You can change its name from the tree control.
  1780.                     END
  1781.                 zzFunc036
  1782.                     0
  1783.                     $To run this function use Call<> function
  1784.                     $You can change its name from the tree control.
  1785.                     END
  1786.                 zzFunc037
  1787.                     0
  1788.                     $To run this function use Call<> function
  1789.                     $You can change its name from the tree control.
  1790.                     END
  1791.                 zzFunc038
  1792.                     0
  1793.                     $To run this function use Call<> function
  1794.                     $You can change its name from the tree control.
  1795.                     END
  1796.                 zzFunc039
  1797.                     0
  1798.                     $To run this function use Call<> function
  1799.                     $You can change its name from the tree control.
  1800.                     END
  1801.                 zzFunc040
  1802.                     0
  1803.                     $To run this function use Call<> function
  1804.                     $You can change its name from the tree control.
  1805.                     END
  1806.                 zzFunc041
  1807.                     0
  1808.                     $To run this function use Call<> function
  1809.                     $You can change its name from the tree control.
  1810.                     END
  1811.                 zzFunc042
  1812.                     0
  1813.                     $To run this function use Call<> function
  1814.                     $You can change its name from the tree control.
  1815.                     END
  1816.                 zzFunc043
  1817.                     0
  1818.                     $To run this function use Call<> function
  1819.                     $You can change its name from the tree control.
  1820.                     END
  1821.                 zzFunc044
  1822.                     0
  1823.                     $To run this function use Call<> function
  1824.                     $You can change its name from the tree control.
  1825.                     END
  1826.                 zzFunc045
  1827.                     0
  1828.                     $To run this function use Call<> function
  1829.                     $You can change its name from the tree control.
  1830.                     END
  1831.                 zzFunc046
  1832.                     0
  1833.                     $To run this function use Call<> function
  1834.                     $You can change its name from the tree control.
  1835.                     END
  1836.                 zzFunc047
  1837.                     0
  1838.                     $To run this function use Call<> function
  1839.                     $You can change its name from the tree control.
  1840.                     END
  1841.                 zzFunc048
  1842.                     0
  1843.                     $To run this function use Call<> function
  1844.                     $You can change its name from the tree control.
  1845.                     END
  1846.                 zzFunc049
  1847.                     0
  1848.                     $To run this function use Call<> function
  1849.                     $You can change its name from the tree control.
  1850.                     END
  1851.                 zzFunc050
  1852.                     0
  1853.                     $To run this function use Call<> function
  1854.                     $You can change its name from the tree control.
  1855.                     END
  1856.                 zzFunc051
  1857.                     0
  1858.                     $To run this function use Call<> function
  1859.                     $You can change its name from the tree control.
  1860.                     END
  1861.                 zzFunc052
  1862.                     0
  1863.                     $To run this function use Call<> function
  1864.                     $You can change its name from the tree control.
  1865.                     END
  1866.                 zzFunc053
  1867.                     0
  1868.                     $To run this function use Call<> function
  1869.                     $You can change its name from the tree control.
  1870.                     END
  1871.                 zzFunc054
  1872.                     0
  1873.                     $To run this function use Call<> function
  1874.                     $You can change its name from the tree control.
  1875.                     END
  1876.                 zzFunc055
  1877.                     0
  1878.                     $To run this function use Call<> function
  1879.                     $You can change its name from the tree control.
  1880.                     END
  1881.                 zzFunc056
  1882.                     0
  1883.                     $To run this function use Call<> function
  1884.                     $You can change its name from the tree control.
  1885.                     END
  1886.                 zzFunc057
  1887.                     0
  1888.                     $To run this function use Call<> function
  1889.                     $You can change its name from the tree control.
  1890.                     END
  1891.                 zzFunc058
  1892.                     0
  1893.                     $To run this function use Call<> function
  1894.                     $You can change its name from the tree control.
  1895.                     END
  1896.                 zzFunc059
  1897.                     0
  1898.                     $To run this function use Call<> function
  1899.                     $You can change its name from the tree control.
  1900.                     END
  1901.                 zzFunc060
  1902.                     0
  1903.                     $To run this function use Call<> function
  1904.                     $You can change its name from the tree control.
  1905.                     END
  1906.                 zzFunc061
  1907.                     0
  1908.                     $To run this function use Call<> function
  1909.                     $You can change its name from the tree control.
  1910.                     END
  1911.                 zzFunc062
  1912.                     0
  1913.                     $To run this function use Call<> function
  1914.                     $You can change its name from the tree control.
  1915.                     END
  1916.                 zzFunc063
  1917.                     0
  1918.                     $To run this function use Call<> function
  1919.                     $You can change its name from the tree control.
  1920.                     END
  1921.                 zzFunc064
  1922.                     0
  1923.                     $To run this function use Call<> function
  1924.                     $You can change its name from the tree control.
  1925.                     END
  1926.                 zzFunc065
  1927.                     0
  1928.                     $To run this function use Call<> function
  1929.                     $You can change its name from the tree control.
  1930.                     END
  1931.                 zzFunc066
  1932.                     0
  1933.                     $To run this function use Call<> function
  1934.                     $You can change its name from the tree control.
  1935.                     END
  1936.                 zzFunc067
  1937.                     0
  1938.                     $To run this function use Call<> function
  1939.                     $You can change its name from the tree control.
  1940.                     END
  1941.                 zzFunc068
  1942.                     0
  1943.                     $To run this function use Call<> function
  1944.                     $You can change its name from the tree control.
  1945.                     END
  1946.                 zzFunc069
  1947.                     0
  1948.                     $To run this function use Call<> function
  1949.                     $You can change its name from the tree control.
  1950.                     END
  1951.                 zzFunc070
  1952.                     0
  1953.                     $To run this function use Call<> function
  1954.                     $You can change its name from the tree control.
  1955.                     END
  1956.                 zzFunc071
  1957.                     0
  1958.                     $To run this function use Call<> function
  1959.                     $You can change its name from the tree control.
  1960.                     END
  1961.                 zzFunc072
  1962.                     0
  1963.                     $To run this function use Call<> function
  1964.                     $You can change its name from the tree control.
  1965.                     END
  1966.                 zzFunc073
  1967.                     0
  1968.                     $To run this function use Call<> function
  1969.                     $You can change its name from the tree control.
  1970.                     END
  1971.                 zzFunc074
  1972.                     0
  1973.                     $To run this function use Call<> function
  1974.                     $You can change its name from the tree control.
  1975.                     END
  1976.                 zzFunc075
  1977.                     0
  1978.                     $To run this function use Call<> function
  1979.                     $You can change its name from the tree control.
  1980.                     END
  1981.                 zzFunc076
  1982.                     0
  1983.                     $To run this function use Call<> function
  1984.                     $You can change its name from the tree control.
  1985.                     END
  1986.                 zzFunc077
  1987.                     0
  1988.                     $To run this function use Call<> function
  1989.                     $You can change its name from the tree control.
  1990.                     END
  1991.                 zzFunc078
  1992.                     0
  1993.                     $To run this function use Call<> function
  1994.                     $You can change its name from the tree control.
  1995.                     END
  1996.                 zzFunc079
  1997.                     0
  1998.                     $To run this function use Call<> function
  1999.                     $You can change its name from the tree control.
  2000.                     END
  2001.                 zzFunc080
  2002.                     0
  2003.                     $To run this function use Call<> function
  2004.                     $You can change its name from the tree control.
  2005.                     END
  2006.                 zzFunc081
  2007.                     0
  2008.                     $To run this function use Call<> function
  2009.                     $You can change its name from the tree control.
  2010.                     END
  2011.                 zzFunc082
  2012.                     0
  2013.                     $To run this function use Call<> function
  2014.                     $You can change its name from the tree control.
  2015.                     END
  2016.                 zzFunc083
  2017.                     0
  2018.                     $To run this function use Call<> function
  2019.                     $You can change its name from the tree control.
  2020.                     END
  2021.                 zzFunc084
  2022.                     0
  2023.                     $To run this function use Call<> function
  2024.                     $You can change its name from the tree control.
  2025.                     END
  2026.                 zzFunc085
  2027.                     0
  2028.                     $To run this function use Call<> function
  2029.                     $You can change its name from the tree control.
  2030.                     END
  2031.                 zzFunc086
  2032.                     0
  2033.                     $To run this function use Call<> function
  2034.                     $You can change its name from the tree control.
  2035.                     END
  2036.                 zzFunc087
  2037.                     0
  2038.                     $To run this function use Call<> function
  2039.                     $You can change its name from the tree control.
  2040.                     END
  2041.                 zzFunc088
  2042.                     0
  2043.                     $To run this function use Call<> function
  2044.                     $You can change its name from the tree control.
  2045.                     END
  2046.                 zzFunc089
  2047.                     0
  2048.                     $To run this function use Call<> function
  2049.                     $You can change its name from the tree control.
  2050.                     END
  2051.                 zzFunc090
  2052.                     0
  2053.                     $To run this function use Call<> function
  2054.                     $You can change its name from the tree control.
  2055.                     END
  2056.                 zzFunc091
  2057.                     0
  2058.                     $To run this function use Call<> function
  2059.                     $You can change its name from the tree control.
  2060.                     END
  2061.                 zzFunc092
  2062.                     0
  2063.                     $To run this function use Call<> function
  2064.                     $You can change its name from the tree control.
  2065.                     END
  2066.                 zzFunc093
  2067.                     0
  2068.                     $To run this function use Call<> function
  2069.                     $You can change its name from the tree control.
  2070.                     END
  2071.                 zzFunc094
  2072.                     0
  2073.                     $To run this function use Call<> function
  2074.                     $You can change its name from the tree control.
  2075.                     END
  2076.                 zzFunc095
  2077.                     0
  2078.                     $To run this function use Call<> function
  2079.                     $You can change its name from the tree control.
  2080.                     END
  2081.                 zzFunc096
  2082.                     0
  2083.                     $To run this function use Call<> function
  2084.                     $You can change its name from the tree control.
  2085.                     END
  2086.                 zzFunc097
  2087.                     0
  2088.                     $To run this function use Call<> function
  2089.                     $You can change its name from the tree control.
  2090.                     END
  2091.                 zzFunc098
  2092.                     0
  2093.                     $To run this function use Call<> function
  2094.                     $You can change its name from the tree control.
  2095.                     END
  2096.                 zzFunc099
  2097.                     0
  2098.                     $To run this function use Call<> function
  2099.                     $You can change its name from the tree control.
  2100.                     END
  2101.                 zzFunc100
  2102.                     0
  2103.                     $To run this function use Call<> function
  2104.                     $You can change its name from the tree control.
  2105.                     END
  2106.         ABOUT
  2107.             Dialog
  2108.             About...
  2109.             0,0,278,111
  2110.             WS_CHILD,WS_VISIBLE,WS_SYSMENU,2,
  2111.             
  2112.             
  2113.             0
  2114.             192,192,192
  2115.             
  2116.             EVENTS:17
  2117.                 OnClose
  2118.                     0
  2119.                     $Object Type : Dialog
  2120.                     $Event Name : OnClose
  2121.                     END
  2122.                 OnDragFile
  2123.                     0
  2124.                     $Object Type : Dialog
  2125.                     $Event Name : OnDragFile
  2126.                     $Parameter 0 : Number of files
  2127.                     $Parameter 1 : Pathname 1
  2128.                     $Parameter 2 : Pathname 2...
  2129.                     END
  2130.                 OnDraw
  2131.                     0
  2132.                     $Object Type : Dialog
  2133.                     $Event Name : OnDraw
  2134.                     END
  2135.                 OnHScroll
  2136.                     0
  2137.                     $Object Type : Dialog
  2138.                     $Event Name : OnHScroll
  2139.                     $Parameter 0 : Previous Position
  2140.                     $Parameter 1 : New Position
  2141.                     $Parameter 2 : Variation
  2142.                     END
  2143.                 OnLButtonDbClk
  2144.                     0
  2145.                     $Object Type : Dialog
  2146.                     $Event Name : OnLButtonDbClk
  2147.                     END
  2148.                 OnLButtonDown
  2149.                     0
  2150.                     $Object Type : Dialog
  2151.                     $Event Name : OnLButtonDown
  2152.                     END
  2153.                 OnLButtonUp
  2154.                     0
  2155.                     $Object Type : Dialog
  2156.                     $Event Name : OnLButtonUp
  2157.                     END
  2158.                 OnMButtonDbClk
  2159.                     0
  2160.                     $Object Type : Dialog
  2161.                     $Event Name : OnMButtonDbClk
  2162.                     END
  2163.                 OnMButtonDown
  2164.                     0
  2165.                     $Object Type : Dialog
  2166.                     $Event Name : OnMButtonDown
  2167.                     END
  2168.                 OnMButtonUp
  2169.                     0
  2170.                     $Object Type : Dialog
  2171.                     $Event Name : OnMButtonUp
  2172.                     END
  2173.                 OnMove
  2174.                     0
  2175.                     $Object Type : Dialog
  2176.                     $Event Name : OnMove
  2177.                     END
  2178.                 OnRButtonDbClk
  2179.                     0
  2180.                     $Object Type : Dialog
  2181.                     $Event Name : OnRButtonDbClk
  2182.                     END
  2183.                 OnRButtonDown
  2184.                     0
  2185.                     $Object Type : Dialog
  2186.                     $Event Name : OnRButtonDown
  2187.                     END
  2188.                 OnRButtonUp
  2189.                     0
  2190.                     $Object Type : Dialog
  2191.                     $Event Name : OnRButtonUp
  2192.                     END
  2193.                 OnSize
  2194.                     0
  2195.                     $Object Type : Dialog
  2196.                     $Event Name : OnSize
  2197.                     END
  2198.                 OnStart
  2199.                     0
  2200.                     $Object Type : Dialog
  2201.                     $Event Name : OnStart
  2202.                     $
  2203.                     $Change Program Information
  2204.                     #m_TextName.SetText<#General.GetApplicationName<>>
  2205.                     #m_TextCopyright.SetText<"Copyright (c) 2001 - "&#General.GetAuthorName<>>
  2206.                     #m_Button.SetImage<"image/ok.bmp", #General.GetRGB<"255", "255", "255">, "image/ok.bmp", #General.GetRGB<"255", "255", "255">>
  2207.                     END
  2208.                 OnVScroll
  2209.                     0
  2210.                     $Object Type : Dialog
  2211.                     $Event Name : OnVScroll
  2212.                     $Parameter 0 : Previous Position
  2213.                     $Parameter 1 : New Position
  2214.                     $Parameter 2 : Variation
  2215.                     END
  2216.         Disk
  2217.             Disk
  2218.             New Object
  2219.             10,10,150,150
  2220.             WS_CHILD,WS_VISIBLE,
  2221.             
  2222.             
  2223.             0
  2224.             192,192,192
  2225.             
  2226.             EVENTS:0
  2227.         General
  2228.             General
  2229.             New Object
  2230.             10,10,150,150
  2231.             WS_CHILD,WS_VISIBLE,
  2232.             
  2233.             
  2234.             0
  2235.             192,192,192
  2236.             
  2237.             EVENTS:0
  2238.         Keyboard
  2239.             Keyboard
  2240.             New Object
  2241.             10,10,150,150
  2242.             WS_CHILD,WS_VISIBLE,
  2243.             
  2244.             
  2245.             0
  2246.             192,192,192
  2247.             
  2248.             EVENTS:3
  2249.                 OnDlgKeyDown
  2250.                     0
  2251.                     $Object Type : Keyboard
  2252.                     $Event Name : OnDlgKeyDown
  2253.                     $Parameter 0 : Key Pressed
  2254.                     END
  2255.                 OnKeyDown
  2256.                     0
  2257.                     $Object Type : Keyboard
  2258.                     $Event Name : OnKeyDown
  2259.                     $Parameter 0 : Key Pressed
  2260.                     END
  2261.                 OnKeyUp
  2262.                     0
  2263.                     $Object Type : Keyboard
  2264.                     $Event Name : OnKeyUp
  2265.                     $Parameter 0 : Key Pressed
  2266.                     END
  2267.         Math
  2268.             Math
  2269.             New Object
  2270.             10,10,150,150
  2271.             WS_CHILD,WS_VISIBLE,
  2272.             
  2273.             
  2274.             0
  2275.             192,192,192
  2276.             
  2277.             EVENTS:0
  2278.         MessageBox
  2279.             MessageBox
  2280.             New Object
  2281.             10,10,150,150
  2282.             WS_CHILD,WS_VISIBLE,
  2283.             
  2284.             
  2285.             0
  2286.             192,192,192
  2287.             
  2288.             EVENTS:0
  2289.         Mouse
  2290.             Mouse
  2291.             New Object
  2292.             10,10,150,150
  2293.             WS_CHILD,WS_VISIBLE,
  2294.             
  2295.             
  2296.             0
  2297.             192,192,192
  2298.             
  2299.             EVENTS:2
  2300.                 OnMove
  2301.                     0
  2302.                     $Object Type : Mouse
  2303.                     $Event Name : OnMove
  2304.                     END
  2305.                 OnWheel
  2306.                     0
  2307.                     $Object Type : Mouse
  2308.                     $Event Name : OnWheel
  2309.                     $Parameter 0 : -1 if move down and 1 if move up
  2310.                     END
  2311.         System
  2312.             System
  2313.             New Object
  2314.             10,10,150,150
  2315.             WS_CHILD,WS_VISIBLE,
  2316.             
  2317.             
  2318.             0
  2319.             192,192,192
  2320.             
  2321.             EVENTS:0
  2322.         Timer
  2323.             Timer
  2324.             New Object
  2325.             10,10,150,150
  2326.             WS_CHILD,WS_VISIBLE,
  2327.             
  2328.             
  2329.             0
  2330.             192,192,192
  2331.             
  2332.             EVENTS:1
  2333.                 OnTimer
  2334.                     0
  2335.                     $Object Type : Timer
  2336.                     $Event Name : OnTimer
  2337.                     $Parameter 0 : ID of the timer event
  2338.                     END
  2339.         m_TextName
  2340.             Text
  2341.             My Program Name
  2342.             55,15,200,25
  2343.             WS_CHILD,WS_VISIBLE,
  2344.             
  2345.             
  2346.             0
  2347.             192,192,192
  2348.             
  2349.             EVENTS:0
  2350.         m_TextCopyright
  2351.             Text
  2352.             Copyright (c) 2001 MyName
  2353.             55,45,200,25
  2354.             WS_CHILD,WS_VISIBLE,
  2355.             
  2356.             
  2357.             0
  2358.             192,192,192
  2359.             
  2360.             EVENTS:0
  2361.         m_Button
  2362.             ButtonFlat
  2363.             OK
  2364.             89,78,100,25
  2365.             WS_CHILD,WS_VISIBLE,
  2366.             
  2367.             
  2368.             0
  2369.             192,192,192
  2370.             
  2371.             EVENTS:4
  2372.                 OnClick
  2373.                     0
  2374.                     $Object Type : Button
  2375.                     $Event Name : OnClick
  2376.                     #ABOUT.CloseDialog<>
  2377.                     END
  2378.                 OnMouseMove
  2379.                     0
  2380.                     $Object Type : ButtonFlat
  2381.                     $Event Name : OnMouseMove
  2382.                     END
  2383.                 OnSelect
  2384.                     0
  2385.                     $Object Type : ButtonFlat
  2386.                     $Event Name : OnSelect
  2387.                     END
  2388.                 OnUnselect
  2389.                     0
  2390.                     $Object Type : ButtonFlat
  2391.                     $Event Name : OnUnselect
  2392.                     END
  2393.     OPTION:19
  2394.         zzFunc001,zzFunc002,zzFunc003,zzFunc004,zzFunc005,zzFunc006,zzFunc007,zzFunc008,zzFunc009,zzFunc010,zzFunc011,zzFunc012,zzFunc013,zzFunc014,zzFunc015,zzFunc016,zzFunc017,zzFunc018,zzFunc019,zzFunc020,zzFunc021,zzFunc022,zzFunc023,zzFunc024,zzFunc025,zzFunc026,zzFunc027,zzFunc028,zzFunc029,zzFunc030,zzFunc031,zzFunc032,zzFunc033,zzFunc034,zzFunc035,zzFunc036,zzFunc037,zzFunc038,zzFunc039,zzFunc040,zzFunc041,zzFunc042,zzFunc043,zzFunc044,zzFunc045,zzFunc046,zzFunc047,zzFunc048,zzFunc049,zzFunc050,zzFunc051,zzFunc052,zzFunc053,zzFunc054,zzFunc055,zzFunc056,zzFunc057,zzFunc058,zzFunc059,zzFunc060,zzFunc061,zzFunc062,zzFunc063,zzFunc064,zzFunc065,zzFunc066,zzFunc067,zzFunc068,zzFunc069,zzFunc070,zzFunc071,zzFunc072,zzFunc073,zzFunc074,zzFunc075,zzFunc076,zzFunc077,zzFunc078,zzFunc079,zzFunc080,zzFunc081,zzFunc082,zzFunc083,zzFunc084,zzFunc085,zzFunc086,zzFunc087,zzFunc088,zzFunc089,zzFunc090,zzFunc091,zzFunc092,zzFunc093,zzFunc094,zzFunc095,zzFunc096,zzFunc097,zzFunc098,zzFunc099,zzFunc100,
  2395.         If
  2396.             If
  2397.             New Object
  2398.             10,10,150,150
  2399.             WS_CHILD,WS_VISIBLE,
  2400.             
  2401.             
  2402.             0
  2403.             192,192,192
  2404.             
  2405.             EVENTS:0
  2406.         While
  2407.             While
  2408.             New Object
  2409.             10,10,150,150
  2410.             WS_CHILD,WS_VISIBLE,
  2411.             
  2412.             
  2413.             0
  2414.             192,192,192
  2415.             
  2416.             EVENTS:0
  2417.         Function
  2418.             Function
  2419.             New Object
  2420.             10,10,150,150
  2421.             WS_CHILD,WS_VISIBLE,
  2422.             
  2423.             
  2424.             0
  2425.             192,192,192
  2426.             
  2427.             EVENTS:100
  2428.                 zzFunc001
  2429.                     0
  2430.                     $To run this function use Call<> function
  2431.                     $You can change its name from the tree control.
  2432.                     END
  2433.                 zzFunc002
  2434.                     0
  2435.                     $To run this function use Call<> function
  2436.                     $You can change its name from the tree control.
  2437.                     END
  2438.                 zzFunc003
  2439.                     0
  2440.                     $To run this function use Call<> function
  2441.                     $You can change its name from the tree control.
  2442.                     END
  2443.                 zzFunc004
  2444.                     0
  2445.                     $To run this function use Call<> function
  2446.                     $You can change its name from the tree control.
  2447.                     END
  2448.                 zzFunc005
  2449.                     0
  2450.                     $To run this function use Call<> function
  2451.                     $You can change its name from the tree control.
  2452.                     END
  2453.                 zzFunc006
  2454.                     0
  2455.                     $To run this function use Call<> function
  2456.                     $You can change its name from the tree control.
  2457.                     END
  2458.                 zzFunc007
  2459.                     0
  2460.                     $To run this function use Call<> function
  2461.                     $You can change its name from the tree control.
  2462.                     END
  2463.                 zzFunc008
  2464.                     0
  2465.                     $To run this function use Call<> function
  2466.                     $You can change its name from the tree control.
  2467.                     END
  2468.                 zzFunc009
  2469.                     0
  2470.                     $To run this function use Call<> function
  2471.                     $You can change its name from the tree control.
  2472.                     END
  2473.                 zzFunc010
  2474.                     0
  2475.                     $To run this function use Call<> function
  2476.                     $You can change its name from the tree control.
  2477.                     END
  2478.                 zzFunc011
  2479.                     0
  2480.                     $To run this function use Call<> function
  2481.                     $You can change its name from the tree control.
  2482.                     END
  2483.                 zzFunc012
  2484.                     0
  2485.                     $To run this function use Call<> function
  2486.                     $You can change its name from the tree control.
  2487.                     END
  2488.                 zzFunc013
  2489.                     0
  2490.                     $To run this function use Call<> function
  2491.                     $You can change its name from the tree control.
  2492.                     END
  2493.                 zzFunc014
  2494.                     0
  2495.                     $To run this function use Call<> function
  2496.                     $You can change its name from the tree control.
  2497.                     END
  2498.                 zzFunc015
  2499.                     0
  2500.                     $To run this function use Call<> function
  2501.                     $You can change its name from the tree control.
  2502.                     END
  2503.                 zzFunc016
  2504.                     0
  2505.                     $To run this function use Call<> function
  2506.                     $You can change its name from the tree control.
  2507.                     END
  2508.                 zzFunc017
  2509.                     0
  2510.                     $To run this function use Call<> function
  2511.                     $You can change its name from the tree control.
  2512.                     END
  2513.                 zzFunc018
  2514.                     0
  2515.                     $To run this function use Call<> function
  2516.                     $You can change its name from the tree control.
  2517.                     END
  2518.                 zzFunc019
  2519.                     0
  2520.                     $To run this function use Call<> function
  2521.                     $You can change its name from the tree control.
  2522.                     END
  2523.                 zzFunc020
  2524.                     0
  2525.                     $To run this function use Call<> function
  2526.                     $You can change its name from the tree control.
  2527.                     END
  2528.                 zzFunc021
  2529.                     0
  2530.                     $To run this function use Call<> function
  2531.                     $You can change its name from the tree control.
  2532.                     END
  2533.                 zzFunc022
  2534.                     0
  2535.                     $To run this function use Call<> function
  2536.                     $You can change its name from the tree control.
  2537.                     END
  2538.                 zzFunc023
  2539.                     0
  2540.                     $To run this function use Call<> function
  2541.                     $You can change its name from the tree control.
  2542.                     END
  2543.                 zzFunc024
  2544.                     0
  2545.                     $To run this function use Call<> function
  2546.                     $You can change its name from the tree control.
  2547.                     END
  2548.                 zzFunc025
  2549.                     0
  2550.                     $To run this function use Call<> function
  2551.                     $You can change its name from the tree control.
  2552.                     END
  2553.                 zzFunc026
  2554.                     0
  2555.                     $To run this function use Call<> function
  2556.                     $You can change its name from the tree control.
  2557.                     END
  2558.                 zzFunc027
  2559.                     0
  2560.                     $To run this function use Call<> function
  2561.                     $You can change its name from the tree control.
  2562.                     END
  2563.                 zzFunc028
  2564.                     0
  2565.                     $To run this function use Call<> function
  2566.                     $You can change its name from the tree control.
  2567.                     END
  2568.                 zzFunc029
  2569.                     0
  2570.                     $To run this function use Call<> function
  2571.                     $You can change its name from the tree control.
  2572.                     END
  2573.                 zzFunc030
  2574.                     0
  2575.                     $To run this function use Call<> function
  2576.                     $You can change its name from the tree control.
  2577.                     END
  2578.                 zzFunc031
  2579.                     0
  2580.                     $To run this function use Call<> function
  2581.                     $You can change its name from the tree control.
  2582.                     END
  2583.                 zzFunc032
  2584.                     0
  2585.                     $To run this function use Call<> function
  2586.                     $You can change its name from the tree control.
  2587.                     END
  2588.                 zzFunc033
  2589.                     0
  2590.                     $To run this function use Call<> function
  2591.                     $You can change its name from the tree control.
  2592.                     END
  2593.                 zzFunc034
  2594.                     0
  2595.                     $To run this function use Call<> function
  2596.                     $You can change its name from the tree control.
  2597.                     END
  2598.                 zzFunc035
  2599.                     0
  2600.                     $To run this function use Call<> function
  2601.                     $You can change its name from the tree control.
  2602.                     END
  2603.                 zzFunc036
  2604.                     0
  2605.                     $To run this function use Call<> function
  2606.                     $You can change its name from the tree control.
  2607.                     END
  2608.                 zzFunc037
  2609.                     0
  2610.                     $To run this function use Call<> function
  2611.                     $You can change its name from the tree control.
  2612.                     END
  2613.                 zzFunc038
  2614.                     0
  2615.                     $To run this function use Call<> function
  2616.                     $You can change its name from the tree control.
  2617.                     END
  2618.                 zzFunc039
  2619.                     0
  2620.                     $To run this function use Call<> function
  2621.                     $You can change its name from the tree control.
  2622.                     END
  2623.                 zzFunc040
  2624.                     0
  2625.                     $To run this function use Call<> function
  2626.                     $You can change its name from the tree control.
  2627.                     END
  2628.                 zzFunc041
  2629.                     0
  2630.                     $To run this function use Call<> function
  2631.                     $You can change its name from the tree control.
  2632.                     END
  2633.                 zzFunc042
  2634.                     0
  2635.                     $To run this function use Call<> function
  2636.                     $You can change its name from the tree control.
  2637.                     END
  2638.                 zzFunc043
  2639.                     0
  2640.                     $To run this function use Call<> function
  2641.                     $You can change its name from the tree control.
  2642.                     END
  2643.                 zzFunc044
  2644.                     0
  2645.                     $To run this function use Call<> function
  2646.                     $You can change its name from the tree control.
  2647.                     END
  2648.                 zzFunc045
  2649.                     0
  2650.                     $To run this function use Call<> function
  2651.                     $You can change its name from the tree control.
  2652.                     END
  2653.                 zzFunc046
  2654.                     0
  2655.                     $To run this function use Call<> function
  2656.                     $You can change its name from the tree control.
  2657.                     END
  2658.                 zzFunc047
  2659.                     0
  2660.                     $To run this function use Call<> function
  2661.                     $You can change its name from the tree control.
  2662.                     END
  2663.                 zzFunc048
  2664.                     0
  2665.                     $To run this function use Call<> function
  2666.                     $You can change its name from the tree control.
  2667.                     END
  2668.                 zzFunc049
  2669.                     0
  2670.                     $To run this function use Call<> function
  2671.                     $You can change its name from the tree control.
  2672.                     END
  2673.                 zzFunc050
  2674.                     0
  2675.                     $To run this function use Call<> function
  2676.                     $You can change its name from the tree control.
  2677.                     END
  2678.                 zzFunc051
  2679.                     0
  2680.                     $To run this function use Call<> function
  2681.                     $You can change its name from the tree control.
  2682.                     END
  2683.                 zzFunc052
  2684.                     0
  2685.                     $To run this function use Call<> function
  2686.                     $You can change its name from the tree control.
  2687.                     END
  2688.                 zzFunc053
  2689.                     0
  2690.                     $To run this function use Call<> function
  2691.                     $You can change its name from the tree control.
  2692.                     END
  2693.                 zzFunc054
  2694.                     0
  2695.                     $To run this function use Call<> function
  2696.                     $You can change its name from the tree control.
  2697.                     END
  2698.                 zzFunc055
  2699.                     0
  2700.                     $To run this function use Call<> function
  2701.                     $You can change its name from the tree control.
  2702.                     END
  2703.                 zzFunc056
  2704.                     0
  2705.                     $To run this function use Call<> function
  2706.                     $You can change its name from the tree control.
  2707.                     END
  2708.                 zzFunc057
  2709.                     0
  2710.                     $To run this function use Call<> function
  2711.                     $You can change its name from the tree control.
  2712.                     END
  2713.                 zzFunc058
  2714.                     0
  2715.                     $To run this function use Call<> function
  2716.                     $You can change its name from the tree control.
  2717.                     END
  2718.                 zzFunc059
  2719.                     0
  2720.                     $To run this function use Call<> function
  2721.                     $You can change its name from the tree control.
  2722.                     END
  2723.                 zzFunc060
  2724.                     0
  2725.                     $To run this function use Call<> function
  2726.                     $You can change its name from the tree control.
  2727.                     END
  2728.                 zzFunc061
  2729.                     0
  2730.                     $To run this function use Call<> function
  2731.                     $You can change its name from the tree control.
  2732.                     END
  2733.                 zzFunc062
  2734.                     0
  2735.                     $To run this function use Call<> function
  2736.                     $You can change its name from the tree control.
  2737.                     END
  2738.                 zzFunc063
  2739.                     0
  2740.                     $To run this function use Call<> function
  2741.                     $You can change its name from the tree control.
  2742.                     END
  2743.                 zzFunc064
  2744.                     0
  2745.                     $To run this function use Call<> function
  2746.                     $You can change its name from the tree control.
  2747.                     END
  2748.                 zzFunc065
  2749.                     0
  2750.                     $To run this function use Call<> function
  2751.                     $You can change its name from the tree control.
  2752.                     END
  2753.                 zzFunc066
  2754.                     0
  2755.                     $To run this function use Call<> function
  2756.                     $You can change its name from the tree control.
  2757.                     END
  2758.                 zzFunc067
  2759.                     0
  2760.                     $To run this function use Call<> function
  2761.                     $You can change its name from the tree control.
  2762.                     END
  2763.                 zzFunc068
  2764.                     0
  2765.                     $To run this function use Call<> function
  2766.                     $You can change its name from the tree control.
  2767.                     END
  2768.                 zzFunc069
  2769.                     0
  2770.                     $To run this function use Call<> function
  2771.                     $You can change its name from the tree control.
  2772.                     END
  2773.                 zzFunc070
  2774.                     0
  2775.                     $To run this function use Call<> function
  2776.                     $You can change its name from the tree control.
  2777.                     END
  2778.                 zzFunc071
  2779.                     0
  2780.                     $To run this function use Call<> function
  2781.                     $You can change its name from the tree control.
  2782.                     END
  2783.                 zzFunc072
  2784.                     0
  2785.                     $To run this function use Call<> function
  2786.                     $You can change its name from the tree control.
  2787.                     END
  2788.                 zzFunc073
  2789.                     0
  2790.                     $To run this function use Call<> function
  2791.                     $You can change its name from the tree control.
  2792.                     END
  2793.                 zzFunc074
  2794.                     0
  2795.                     $To run this function use Call<> function
  2796.                     $You can change its name from the tree control.
  2797.                     END
  2798.                 zzFunc075
  2799.                     0
  2800.                     $To run this function use Call<> function
  2801.                     $You can change its name from the tree control.
  2802.                     END
  2803.                 zzFunc076
  2804.                     0
  2805.                     $To run this function use Call<> function
  2806.                     $You can change its name from the tree control.
  2807.                     END
  2808.                 zzFunc077
  2809.                     0
  2810.                     $To run this function use Call<> function
  2811.                     $You can change its name from the tree control.
  2812.                     END
  2813.                 zzFunc078
  2814.                     0
  2815.                     $To run this function use Call<> function
  2816.                     $You can change its name from the tree control.
  2817.                     END
  2818.                 zzFunc079
  2819.                     0
  2820.                     $To run this function use Call<> function
  2821.                     $You can change its name from the tree control.
  2822.                     END
  2823.                 zzFunc080
  2824.                     0
  2825.                     $To run this function use Call<> function
  2826.                     $You can change its name from the tree control.
  2827.                     END
  2828.                 zzFunc081
  2829.                     0
  2830.                     $To run this function use Call<> function
  2831.                     $You can change its name from the tree control.
  2832.                     END
  2833.                 zzFunc082
  2834.                     0
  2835.                     $To run this function use Call<> function
  2836.                     $You can change its name from the tree control.
  2837.                     END
  2838.                 zzFunc083
  2839.                     0
  2840.                     $To run this function use Call<> function
  2841.                     $You can change its name from the tree control.
  2842.                     END
  2843.                 zzFunc084
  2844.                     0
  2845.                     $To run this function use Call<> function
  2846.                     $You can change its name from the tree control.
  2847.                     END
  2848.                 zzFunc085
  2849.                     0
  2850.                     $To run this function use Call<> function
  2851.                     $You can change its name from the tree control.
  2852.                     END
  2853.                 zzFunc086
  2854.                     0
  2855.                     $To run this function use Call<> function
  2856.                     $You can change its name from the tree control.
  2857.                     END
  2858.                 zzFunc087
  2859.                     0
  2860.                     $To run this function use Call<> function
  2861.                     $You can change its name from the tree control.
  2862.                     END
  2863.                 zzFunc088
  2864.                     0
  2865.                     $To run this function use Call<> function
  2866.                     $You can change its name from the tree control.
  2867.                     END
  2868.                 zzFunc089
  2869.                     0
  2870.                     $To run this function use Call<> function
  2871.                     $You can change its name from the tree control.
  2872.                     END
  2873.                 zzFunc090
  2874.                     0
  2875.                     $To run this function use Call<> function
  2876.                     $You can change its name from the tree control.
  2877.                     END
  2878.                 zzFunc091
  2879.                     0
  2880.                     $To run this function use Call<> function
  2881.                     $You can change its name from the tree control.
  2882.                     END
  2883.                 zzFunc092
  2884.                     0
  2885.                     $To run this function use Call<> function
  2886.                     $You can change its name from the tree control.
  2887.                     END
  2888.                 zzFunc093
  2889.                     0
  2890.                     $To run this function use Call<> function
  2891.                     $You can change its name from the tree control.
  2892.                     END
  2893.                 zzFunc094
  2894.                     0
  2895.                     $To run this function use Call<> function
  2896.                     $You can change its name from the tree control.
  2897.                     END
  2898.                 zzFunc095
  2899.                     0
  2900.                     $To run this function use Call<> function
  2901.                     $You can change its name from the tree control.
  2902.                     END
  2903.                 zzFunc096
  2904.                     0
  2905.                     $To run this function use Call<> function
  2906.                     $You can change its name from the tree control.
  2907.                     END
  2908.                 zzFunc097
  2909.                     0
  2910.                     $To run this function use Call<> function
  2911.                     $You can change its name from the tree control.
  2912.                     END
  2913.                 zzFunc098
  2914.                     0
  2915.                     $To run this function use Call<> function
  2916.                     $You can change its name from the tree control.
  2917.                     END
  2918.                 zzFunc099
  2919.                     0
  2920.                     $To run this function use Call<> function
  2921.                     $You can change its name from the tree control.
  2922.                     END
  2923.                 zzFunc100
  2924.                     0
  2925.                     $To run this function use Call<> function
  2926.                     $You can change its name from the tree control.
  2927.                     END
  2928.         OPTION
  2929.             Dialog
  2930.             Options
  2931.             0,0,393,122
  2932.             WS_CHILD,WS_VISIBLE,WS_SYSMENU,2,
  2933.             
  2934.             
  2935.             0
  2936.             192,192,192
  2937.             
  2938.             EVENTS:17
  2939.                 OnClose
  2940.                     0
  2941.                     $Object Type : Dialog
  2942.                     $Event Name : OnClose
  2943.                     END
  2944.                 OnDragFile
  2945.                     0
  2946.                     $Object Type : Dialog
  2947.                     $Event Name : OnDragFile
  2948.                     $Parameter 0 : Number of files
  2949.                     $Parameter 1 : Pathname 1
  2950.                     $Parameter 2 : Pathname 2...
  2951.                     END
  2952.                 OnDraw
  2953.                     0
  2954.                     $Object Type : Dialog
  2955.                     $Event Name : OnDraw
  2956.                     END
  2957.                 OnHScroll
  2958.                     0
  2959.                     $Object Type : Dialog
  2960.                     $Event Name : OnHScroll
  2961.                     $Parameter 0 : Previous Position
  2962.                     $Parameter 1 : New Position
  2963.                     $Parameter 2 : Variation
  2964.                     END
  2965.                 OnLButtonDbClk
  2966.                     0
  2967.                     $Object Type : Dialog
  2968.                     $Event Name : OnLButtonDbClk
  2969.                     END
  2970.                 OnLButtonDown
  2971.                     0
  2972.                     $Object Type : Dialog
  2973.                     $Event Name : OnLButtonDown
  2974.                     END
  2975.                 OnLButtonUp
  2976.                     0
  2977.                     $Object Type : Dialog
  2978.                     $Event Name : OnLButtonUp
  2979.                     END
  2980.                 OnMButtonDbClk
  2981.                     0
  2982.                     $Object Type : Dialog
  2983.                     $Event Name : OnMButtonDbClk
  2984.                     END
  2985.                 OnMButtonDown
  2986.                     0
  2987.                     $Object Type : Dialog
  2988.                     $Event Name : OnMButtonDown
  2989.                     END
  2990.                 OnMButtonUp
  2991.                     0
  2992.                     $Object Type : Dialog
  2993.                     $Event Name : OnMButtonUp
  2994.                     END
  2995.                 OnMove
  2996.                     0
  2997.                     $Object Type : Dialog
  2998.                     $Event Name : OnMove
  2999.                     END
  3000.                 OnRButtonDbClk
  3001.                     0
  3002.                     $Object Type : Dialog
  3003.                     $Event Name : OnRButtonDbClk
  3004.                     END
  3005.                 OnRButtonDown
  3006.                     0
  3007.                     $Object Type : Dialog
  3008.                     $Event Name : OnRButtonDown
  3009.                     END
  3010.                 OnRButtonUp
  3011.                     0
  3012.                     $Object Type : Dialog
  3013.                     $Event Name : OnRButtonUp
  3014.                     END
  3015.                 OnSize
  3016.                     0
  3017.                     $Object Type : Dialog
  3018.                     $Event Name : OnSize
  3019.                     END
  3020.                 OnStart
  3021.                     0
  3022.                     $Object Type : Dialog
  3023.                     $Event Name : OnStart
  3024.                     $
  3025.                     $Load Ini Values
  3026.                     #m_Ini.Open<#System.GetProgramFolder<>&"settings.ini">
  3027.                     #m_EditDomain.SetText<#m_Ini.GetValue<"OPTIONS", "DOMAIN">>
  3028.                     #m_EditEmail.SetText<#m_Ini.GetValue<"OPTIONS", "EMAIL">>
  3029.                     #m_Ini.Close<>
  3030.                     $Button
  3031.                     #m_ButtonOK.SetImage<"image/ok.bmp", #General.GetRGB<"255", "255", "255">, "", "">
  3032.                     #m_ButtonCancel.SetImage<"image/cancel.bmp", #General.GetRGB<"255", "255", "255">, "", "">
  3033.                     END
  3034.                 OnVScroll
  3035.                     0
  3036.                     $Object Type : Dialog
  3037.                     $Event Name : OnVScroll
  3038.                     $Parameter 0 : Previous Position
  3039.                     $Parameter 1 : New Position
  3040.                     $Parameter 2 : Variation
  3041.                     END
  3042.         Disk
  3043.             Disk
  3044.             New Object
  3045.             10,10,150,150
  3046.             WS_CHILD,WS_VISIBLE,
  3047.             
  3048.             
  3049.             0
  3050.             192,192,192
  3051.             
  3052.             EVENTS:0
  3053.         General
  3054.             General
  3055.             New Object
  3056.             10,10,150,150
  3057.             WS_CHILD,WS_VISIBLE,
  3058.             
  3059.             
  3060.             0
  3061.             192,192,192
  3062.             
  3063.             EVENTS:0
  3064.         Keyboard
  3065.             Keyboard
  3066.             New Object
  3067.             10,10,150,150
  3068.             WS_CHILD,WS_VISIBLE,
  3069.             
  3070.             
  3071.             0
  3072.             192,192,192
  3073.             
  3074.             EVENTS:3
  3075.                 OnDlgKeyDown
  3076.                     0
  3077.                     $Object Type : Keyboard
  3078.                     $Event Name : OnDlgKeyDown
  3079.                     $Parameter 0 : Key Pressed
  3080.                     END
  3081.                 OnKeyDown
  3082.                     0
  3083.                     $Object Type : Keyboard
  3084.                     $Event Name : OnKeyDown
  3085.                     $Parameter 0 : Key Pressed
  3086.                     END
  3087.                 OnKeyUp
  3088.                     0
  3089.                     $Object Type : Keyboard
  3090.                     $Event Name : OnKeyUp
  3091.                     $Parameter 0 : Key Pressed
  3092.                     END
  3093.         Math
  3094.             Math
  3095.             New Object
  3096.             10,10,150,150
  3097.             WS_CHILD,WS_VISIBLE,
  3098.             
  3099.             
  3100.             0
  3101.             192,192,192
  3102.             
  3103.             EVENTS:0
  3104.         MessageBox
  3105.             MessageBox
  3106.             New Object
  3107.             10,10,150,150
  3108.             WS_CHILD,WS_VISIBLE,
  3109.             
  3110.             
  3111.             0
  3112.             192,192,192
  3113.             
  3114.             EVENTS:0
  3115.         Mouse
  3116.             Mouse
  3117.             New Object
  3118.             10,10,150,150
  3119.             WS_CHILD,WS_VISIBLE,
  3120.             
  3121.             
  3122.             0
  3123.             192,192,192
  3124.             
  3125.             EVENTS:2
  3126.                 OnMove
  3127.                     0
  3128.                     $Object Type : Mouse
  3129.                     $Event Name : OnMove
  3130.                     END
  3131.                 OnWheel
  3132.                     0
  3133.                     $Object Type : Mouse
  3134.                     $Event Name : OnWheel
  3135.                     $Parameter 0 : -1 if move down and 1 if move up
  3136.                     END
  3137.         System
  3138.             System
  3139.             New Object
  3140.             10,10,150,150
  3141.             WS_CHILD,WS_VISIBLE,
  3142.             
  3143.             
  3144.             0
  3145.             192,192,192
  3146.             
  3147.             EVENTS:0
  3148.         Timer
  3149.             Timer
  3150.             New Object
  3151.             10,10,150,150
  3152.             WS_CHILD,WS_VISIBLE,
  3153.             
  3154.             
  3155.             0
  3156.             192,192,192
  3157.             
  3158.             EVENTS:1
  3159.                 OnTimer
  3160.                     0
  3161.                     $Object Type : Timer
  3162.                     $Event Name : OnTimer
  3163.                     $Parameter 0 : ID of the timer event
  3164.                     END
  3165.         m_EditDomain
  3166.             Edit
  3167.             
  3168.             127,19,256,22
  3169.             WS_CHILD,WS_VISIBLE,ES_AUTOHSCROLL,WS_BORDER,WS_TABSTOP,
  3170.             
  3171.             
  3172.             0
  3173.             192,192,192
  3174.             
  3175.             EVENTS:5
  3176.                 OnChange
  3177.                     0
  3178.                     $Object Type : Edit
  3179.                     $Event Name : OnChange
  3180.                     END
  3181.                 OnHScroll
  3182.                     0
  3183.                     $Object Type : Edit
  3184.                     $Event Name : OnHScroll
  3185.                     END
  3186.                 OnKillFocus
  3187.                     0
  3188.                     $Object Type : Edit
  3189.                     $Event Name : OnKillFocus
  3190.                     END
  3191.                 OnSetFocus
  3192.                     0
  3193.                     $Object Type : Edit
  3194.                     $Event Name : OnSetFocus
  3195.                     END
  3196.                 OnVScroll
  3197.                     0
  3198.                     $Object Type : Edit
  3199.                     $Event Name : OnVScroll
  3200.                     END
  3201.         m_TextDomain
  3202.             Text
  3203.             SMTP address :
  3204.             23,24,97,22
  3205.             WS_CHILD,WS_VISIBLE,
  3206.             
  3207.             
  3208.             0
  3209.             192,192,192
  3210.             
  3211.             EVENTS:0
  3212.         m_EditEmail
  3213.             Edit
  3214.             
  3215.             127,54,256,22
  3216.             WS_CHILD,WS_VISIBLE,ES_AUTOHSCROLL,WS_BORDER,WS_TABSTOP,
  3217.             
  3218.             
  3219.             0
  3220.             192,192,192
  3221.             
  3222.             EVENTS:5
  3223.                 OnChange
  3224.                     0
  3225.                     $Object Type : Edit
  3226.                     $Event Name : OnChange
  3227.                     END
  3228.                 OnHScroll
  3229.                     0
  3230.                     $Object Type : Edit
  3231.                     $Event Name : OnHScroll
  3232.                     END
  3233.                 OnKillFocus
  3234.                     0
  3235.                     $Object Type : Edit
  3236.                     $Event Name : OnKillFocus
  3237.                     END
  3238.                 OnSetFocus
  3239.                     0
  3240.                     $Object Type : Edit
  3241.                     $Event Name : OnSetFocus
  3242.                     END
  3243.                 OnVScroll
  3244.                     0
  3245.                     $Object Type : Edit
  3246.                     $Event Name : OnVScroll
  3247.                     END
  3248.         m_TextEmail
  3249.             Text
  3250.             Your email :
  3251.             23,56,87,22
  3252.             WS_CHILD,WS_VISIBLE,
  3253.             
  3254.             
  3255.             0
  3256.             192,192,192
  3257.             
  3258.             EVENTS:0
  3259.         m_Ini
  3260.             Ini
  3261.             New Object
  3262.             10,10,150,150
  3263.             WS_CHILD,WS_VISIBLE,
  3264.             
  3265.             
  3266.             0
  3267.             192,192,192
  3268.             
  3269.             EVENTS:0
  3270.         m_ButtonOK
  3271.             ButtonFlat
  3272.             OK
  3273.             102,89,79,25
  3274.             WS_CHILD,WS_VISIBLE,
  3275.             
  3276.             
  3277.             0
  3278.             192,192,192
  3279.             
  3280.             EVENTS:4
  3281.                 OnClick
  3282.                     0
  3283.                     $Object Type : Button
  3284.                     $Event Name : OnClick
  3285.                     $
  3286.                     $Save Ini Values
  3287.                     #m_Ini.Open<#System.GetProgramFolder<>&"settings.ini">
  3288.                     #m_Ini.SetValue<"OPTIONS", "DOMAIN", #m_EditDomain.GetText<>>
  3289.                     #m_Ini.SetValue<"OPTIONS", "EMAIL", #m_EditEmail.GetText<>>
  3290.                     #m_Ini.Close<>
  3291.                     #OPTION.CloseDialog<>
  3292.                     END
  3293.                 OnMouseMove
  3294.                     0
  3295.                     $Object Type : ButtonFlat
  3296.                     $Event Name : OnMouseMove
  3297.                     END
  3298.                 OnSelect
  3299.                     0
  3300.                     $Object Type : ButtonFlat
  3301.                     $Event Name : OnSelect
  3302.                     END
  3303.                 OnUnselect
  3304.                     0
  3305.                     $Object Type : ButtonFlat
  3306.                     $Event Name : OnUnselect
  3307.                     END
  3308.         m_ButtonCancel
  3309.             ButtonFlat
  3310.             Cancel
  3311.             191,89,100,25
  3312.             WS_CHILD,WS_VISIBLE,
  3313.             
  3314.             
  3315.             0
  3316.             192,192,192
  3317.             
  3318.             EVENTS:4
  3319.                 OnClick
  3320.                     0
  3321.                     $Object Type : Button
  3322.                     $Event Name : OnClick
  3323.                     $
  3324.                     $Close
  3325.                     #OPTION.CloseDialog<>
  3326.                     END
  3327.                 OnMouseMove
  3328.                     0
  3329.                     $Object Type : ButtonFlat
  3330.                     $Event Name : OnMouseMove
  3331.                     END
  3332.                 OnSelect
  3333.                     0
  3334.                     $Object Type : ButtonFlat
  3335.                     $Event Name : OnSelect
  3336.                     END
  3337.                 OnUnselect
  3338.                     0
  3339.                     $Object Type : ButtonFlat
  3340.                     $Event Name : OnUnselect
  3341.                     END
  3342.     EDIT:15
  3343.         SetEmail,zzFunc002,zzFunc003,zzFunc004,zzFunc005,zzFunc006,zzFunc007,zzFunc008,zzFunc009,zzFunc010,zzFunc011,zzFunc012,zzFunc013,zzFunc014,zzFunc015,zzFunc016,zzFunc017,zzFunc018,zzFunc019,zzFunc020,zzFunc021,zzFunc022,zzFunc023,zzFunc024,zzFunc025,zzFunc026,zzFunc027,zzFunc028,zzFunc029,zzFunc030,zzFunc031,zzFunc032,zzFunc033,zzFunc034,zzFunc035,zzFunc036,zzFunc037,zzFunc038,zzFunc039,zzFunc040,zzFunc041,zzFunc042,zzFunc043,zzFunc044,zzFunc045,zzFunc046,zzFunc047,zzFunc048,zzFunc049,zzFunc050,zzFunc051,zzFunc052,zzFunc053,zzFunc054,zzFunc055,zzFunc056,zzFunc057,zzFunc058,zzFunc059,zzFunc060,zzFunc061,zzFunc062,zzFunc063,zzFunc064,zzFunc065,zzFunc066,zzFunc067,zzFunc068,zzFunc069,zzFunc070,zzFunc071,zzFunc072,zzFunc073,zzFunc074,zzFunc075,zzFunc076,zzFunc077,zzFunc078,zzFunc079,zzFunc080,zzFunc081,zzFunc082,zzFunc083,zzFunc084,zzFunc085,zzFunc086,zzFunc087,zzFunc088,zzFunc089,zzFunc090,zzFunc091,zzFunc092,zzFunc093,zzFunc094,zzFunc095,zzFunc096,zzFunc097,zzFunc098,zzFunc099,zzFunc100,
  3344.         If
  3345.             If
  3346.             New Object
  3347.             10,10,150,150
  3348.             WS_CHILD,WS_VISIBLE,
  3349.             
  3350.             
  3351.             0
  3352.             192,192,192
  3353.             
  3354.             EVENTS:0
  3355.         While
  3356.             While
  3357.             New Object
  3358.             10,10,150,150
  3359.             WS_CHILD,WS_VISIBLE,
  3360.             
  3361.             
  3362.             0
  3363.             192,192,192
  3364.             
  3365.             EVENTS:0
  3366.         Function
  3367.             Function
  3368.             New Object
  3369.             10,10,150,150
  3370.             WS_CHILD,WS_VISIBLE,
  3371.             
  3372.             
  3373.             0
  3374.             192,192,192
  3375.             
  3376.             EVENTS:100
  3377.                 SetEmail
  3378.                     0
  3379.                     $To run this function use Call<> function
  3380.                     $You can change its name from the tree control.
  3381.                     $
  3382.                     $Param 0 : Item Index
  3383.                     $Param 1 : New Text
  3384.                     $
  3385.                     $Change Email
  3386.                     #m_Index.Set<#General.GetParam<"0">>
  3387.                     #m_Edit.SetText<#General.GetParam<"1">>
  3388.                     #m_Edit.SetSel<"0", "-1">
  3389.                     END
  3390.                 zzFunc002
  3391.                     0
  3392.                     $To run this function use Call<> function
  3393.                     $You can change its name from the tree control.
  3394.                     END
  3395.                 zzFunc003
  3396.                     0
  3397.                     $To run this function use Call<> function
  3398.                     $You can change its name from the tree control.
  3399.                     END
  3400.                 zzFunc004
  3401.                     0
  3402.                     $To run this function use Call<> function
  3403.                     $You can change its name from the tree control.
  3404.                     END
  3405.                 zzFunc005
  3406.                     0
  3407.                     $To run this function use Call<> function
  3408.                     $You can change its name from the tree control.
  3409.                     END
  3410.                 zzFunc006
  3411.                     0
  3412.                     $To run this function use Call<> function
  3413.                     $You can change its name from the tree control.
  3414.                     END
  3415.                 zzFunc007
  3416.                     0
  3417.                     $To run this function use Call<> function
  3418.                     $You can change its name from the tree control.
  3419.                     END
  3420.                 zzFunc008
  3421.                     0
  3422.                     $To run this function use Call<> function
  3423.                     $You can change its name from the tree control.
  3424.                     END
  3425.                 zzFunc009
  3426.                     0
  3427.                     $To run this function use Call<> function
  3428.                     $You can change its name from the tree control.
  3429.                     END
  3430.                 zzFunc010
  3431.                     0
  3432.                     $To run this function use Call<> function
  3433.                     $You can change its name from the tree control.
  3434.                     END
  3435.                 zzFunc011
  3436.                     0
  3437.                     $To run this function use Call<> function
  3438.                     $You can change its name from the tree control.
  3439.                     END
  3440.                 zzFunc012
  3441.                     0
  3442.                     $To run this function use Call<> function
  3443.                     $You can change its name from the tree control.
  3444.                     END
  3445.                 zzFunc013
  3446.                     0
  3447.                     $To run this function use Call<> function
  3448.                     $You can change its name from the tree control.
  3449.                     END
  3450.                 zzFunc014
  3451.                     0
  3452.                     $To run this function use Call<> function
  3453.                     $You can change its name from the tree control.
  3454.                     END
  3455.                 zzFunc015
  3456.                     0
  3457.                     $To run this function use Call<> function
  3458.                     $You can change its name from the tree control.
  3459.                     END
  3460.                 zzFunc016
  3461.                     0
  3462.                     $To run this function use Call<> function
  3463.                     $You can change its name from the tree control.
  3464.                     END
  3465.                 zzFunc017
  3466.                     0
  3467.                     $To run this function use Call<> function
  3468.                     $You can change its name from the tree control.
  3469.                     END
  3470.                 zzFunc018
  3471.                     0
  3472.                     $To run this function use Call<> function
  3473.                     $You can change its name from the tree control.
  3474.                     END
  3475.                 zzFunc019
  3476.                     0
  3477.                     $To run this function use Call<> function
  3478.                     $You can change its name from the tree control.
  3479.                     END
  3480.                 zzFunc020
  3481.                     0
  3482.                     $To run this function use Call<> function
  3483.                     $You can change its name from the tree control.
  3484.                     END
  3485.                 zzFunc021
  3486.                     0
  3487.                     $To run this function use Call<> function
  3488.                     $You can change its name from the tree control.
  3489.                     END
  3490.                 zzFunc022
  3491.                     0
  3492.                     $To run this function use Call<> function
  3493.                     $You can change its name from the tree control.
  3494.                     END
  3495.                 zzFunc023
  3496.                     0
  3497.                     $To run this function use Call<> function
  3498.                     $You can change its name from the tree control.
  3499.                     END
  3500.                 zzFunc024
  3501.                     0
  3502.                     $To run this function use Call<> function
  3503.                     $You can change its name from the tree control.
  3504.                     END
  3505.                 zzFunc025
  3506.                     0
  3507.                     $To run this function use Call<> function
  3508.                     $You can change its name from the tree control.
  3509.                     END
  3510.                 zzFunc026
  3511.                     0
  3512.                     $To run this function use Call<> function
  3513.                     $You can change its name from the tree control.
  3514.                     END
  3515.                 zzFunc027
  3516.                     0
  3517.                     $To run this function use Call<> function
  3518.                     $You can change its name from the tree control.
  3519.                     END
  3520.                 zzFunc028
  3521.                     0
  3522.                     $To run this function use Call<> function
  3523.                     $You can change its name from the tree control.
  3524.                     END
  3525.                 zzFunc029
  3526.                     0
  3527.                     $To run this function use Call<> function
  3528.                     $You can change its name from the tree control.
  3529.                     END
  3530.                 zzFunc030
  3531.                     0
  3532.                     $To run this function use Call<> function
  3533.                     $You can change its name from the tree control.
  3534.                     END
  3535.                 zzFunc031
  3536.                     0
  3537.                     $To run this function use Call<> function
  3538.                     $You can change its name from the tree control.
  3539.                     END
  3540.                 zzFunc032
  3541.                     0
  3542.                     $To run this function use Call<> function
  3543.                     $You can change its name from the tree control.
  3544.                     END
  3545.                 zzFunc033
  3546.                     0
  3547.                     $To run this function use Call<> function
  3548.                     $You can change its name from the tree control.
  3549.                     END
  3550.                 zzFunc034
  3551.                     0
  3552.                     $To run this function use Call<> function
  3553.                     $You can change its name from the tree control.
  3554.                     END
  3555.                 zzFunc035
  3556.                     0
  3557.                     $To run this function use Call<> function
  3558.                     $You can change its name from the tree control.
  3559.                     END
  3560.                 zzFunc036
  3561.                     0
  3562.                     $To run this function use Call<> function
  3563.                     $You can change its name from the tree control.
  3564.                     END
  3565.                 zzFunc037
  3566.                     0
  3567.                     $To run this function use Call<> function
  3568.                     $You can change its name from the tree control.
  3569.                     END
  3570.                 zzFunc038
  3571.                     0
  3572.                     $To run this function use Call<> function
  3573.                     $You can change its name from the tree control.
  3574.                     END
  3575.                 zzFunc039
  3576.                     0
  3577.                     $To run this function use Call<> function
  3578.                     $You can change its name from the tree control.
  3579.                     END
  3580.                 zzFunc040
  3581.                     0
  3582.                     $To run this function use Call<> function
  3583.                     $You can change its name from the tree control.
  3584.                     END
  3585.                 zzFunc041
  3586.                     0
  3587.                     $To run this function use Call<> function
  3588.                     $You can change its name from the tree control.
  3589.                     END
  3590.                 zzFunc042
  3591.                     0
  3592.                     $To run this function use Call<> function
  3593.                     $You can change its name from the tree control.
  3594.                     END
  3595.                 zzFunc043
  3596.                     0
  3597.                     $To run this function use Call<> function
  3598.                     $You can change its name from the tree control.
  3599.                     END
  3600.                 zzFunc044
  3601.                     0
  3602.                     $To run this function use Call<> function
  3603.                     $You can change its name from the tree control.
  3604.                     END
  3605.                 zzFunc045
  3606.                     0
  3607.                     $To run this function use Call<> function
  3608.                     $You can change its name from the tree control.
  3609.                     END
  3610.                 zzFunc046
  3611.                     0
  3612.                     $To run this function use Call<> function
  3613.                     $You can change its name from the tree control.
  3614.                     END
  3615.                 zzFunc047
  3616.                     0
  3617.                     $To run this function use Call<> function
  3618.                     $You can change its name from the tree control.
  3619.                     END
  3620.                 zzFunc048
  3621.                     0
  3622.                     $To run this function use Call<> function
  3623.                     $You can change its name from the tree control.
  3624.                     END
  3625.                 zzFunc049
  3626.                     0
  3627.                     $To run this function use Call<> function
  3628.                     $You can change its name from the tree control.
  3629.                     END
  3630.                 zzFunc050
  3631.                     0
  3632.                     $To run this function use Call<> function
  3633.                     $You can change its name from the tree control.
  3634.                     END
  3635.                 zzFunc051
  3636.                     0
  3637.                     $To run this function use Call<> function
  3638.                     $You can change its name from the tree control.
  3639.                     END
  3640.                 zzFunc052
  3641.                     0
  3642.                     $To run this function use Call<> function
  3643.                     $You can change its name from the tree control.
  3644.                     END
  3645.                 zzFunc053
  3646.                     0
  3647.                     $To run this function use Call<> function
  3648.                     $You can change its name from the tree control.
  3649.                     END
  3650.                 zzFunc054
  3651.                     0
  3652.                     $To run this function use Call<> function
  3653.                     $You can change its name from the tree control.
  3654.                     END
  3655.                 zzFunc055
  3656.                     0
  3657.                     $To run this function use Call<> function
  3658.                     $You can change its name from the tree control.
  3659.                     END
  3660.                 zzFunc056
  3661.                     0
  3662.                     $To run this function use Call<> function
  3663.                     $You can change its name from the tree control.
  3664.                     END
  3665.                 zzFunc057
  3666.                     0
  3667.                     $To run this function use Call<> function
  3668.                     $You can change its name from the tree control.
  3669.                     END
  3670.                 zzFunc058
  3671.                     0
  3672.                     $To run this function use Call<> function
  3673.                     $You can change its name from the tree control.
  3674.                     END
  3675.                 zzFunc059
  3676.                     0
  3677.                     $To run this function use Call<> function
  3678.                     $You can change its name from the tree control.
  3679.                     END
  3680.                 zzFunc060
  3681.                     0
  3682.                     $To run this function use Call<> function
  3683.                     $You can change its name from the tree control.
  3684.                     END
  3685.                 zzFunc061
  3686.                     0
  3687.                     $To run this function use Call<> function
  3688.                     $You can change its name from the tree control.
  3689.                     END
  3690.                 zzFunc062
  3691.                     0
  3692.                     $To run this function use Call<> function
  3693.                     $You can change its name from the tree control.
  3694.                     END
  3695.                 zzFunc063
  3696.                     0
  3697.                     $To run this function use Call<> function
  3698.                     $You can change its name from the tree control.
  3699.                     END
  3700.                 zzFunc064
  3701.                     0
  3702.                     $To run this function use Call<> function
  3703.                     $You can change its name from the tree control.
  3704.                     END
  3705.                 zzFunc065
  3706.                     0
  3707.                     $To run this function use Call<> function
  3708.                     $You can change its name from the tree control.
  3709.                     END
  3710.                 zzFunc066
  3711.                     0
  3712.                     $To run this function use Call<> function
  3713.                     $You can change its name from the tree control.
  3714.                     END
  3715.                 zzFunc067
  3716.                     0
  3717.                     $To run this function use Call<> function
  3718.                     $You can change its name from the tree control.
  3719.                     END
  3720.                 zzFunc068
  3721.                     0
  3722.                     $To run this function use Call<> function
  3723.                     $You can change its name from the tree control.
  3724.                     END
  3725.                 zzFunc069
  3726.                     0
  3727.                     $To run this function use Call<> function
  3728.                     $You can change its name from the tree control.
  3729.                     END
  3730.                 zzFunc070
  3731.                     0
  3732.                     $To run this function use Call<> function
  3733.                     $You can change its name from the tree control.
  3734.                     END
  3735.                 zzFunc071
  3736.                     0
  3737.                     $To run this function use Call<> function
  3738.                     $You can change its name from the tree control.
  3739.                     END
  3740.                 zzFunc072
  3741.                     0
  3742.                     $To run this function use Call<> function
  3743.                     $You can change its name from the tree control.
  3744.                     END
  3745.                 zzFunc073
  3746.                     0
  3747.                     $To run this function use Call<> function
  3748.                     $You can change its name from the tree control.
  3749.                     END
  3750.                 zzFunc074
  3751.                     0
  3752.                     $To run this function use Call<> function
  3753.                     $You can change its name from the tree control.
  3754.                     END
  3755.                 zzFunc075
  3756.                     0
  3757.                     $To run this function use Call<> function
  3758.                     $You can change its name from the tree control.
  3759.                     END
  3760.                 zzFunc076
  3761.                     0
  3762.                     $To run this function use Call<> function
  3763.                     $You can change its name from the tree control.
  3764.                     END
  3765.                 zzFunc077
  3766.                     0
  3767.                     $To run this function use Call<> function
  3768.                     $You can change its name from the tree control.
  3769.                     END
  3770.                 zzFunc078
  3771.                     0
  3772.                     $To run this function use Call<> function
  3773.                     $You can change its name from the tree control.
  3774.                     END
  3775.                 zzFunc079
  3776.                     0
  3777.                     $To run this function use Call<> function
  3778.                     $You can change its name from the tree control.
  3779.                     END
  3780.                 zzFunc080
  3781.                     0
  3782.                     $To run this function use Call<> function
  3783.                     $You can change its name from the tree control.
  3784.                     END
  3785.                 zzFunc081
  3786.                     0
  3787.                     $To run this function use Call<> function
  3788.                     $You can change its name from the tree control.
  3789.                     END
  3790.                 zzFunc082
  3791.                     0
  3792.                     $To run this function use Call<> function
  3793.                     $You can change its name from the tree control.
  3794.                     END
  3795.                 zzFunc083
  3796.                     0
  3797.                     $To run this function use Call<> function
  3798.                     $You can change its name from the tree control.
  3799.                     END
  3800.                 zzFunc084
  3801.                     0
  3802.                     $To run this function use Call<> function
  3803.                     $You can change its name from the tree control.
  3804.                     END
  3805.                 zzFunc085
  3806.                     0
  3807.                     $To run this function use Call<> function
  3808.                     $You can change its name from the tree control.
  3809.                     END
  3810.                 zzFunc086
  3811.                     0
  3812.                     $To run this function use Call<> function
  3813.                     $You can change its name from the tree control.
  3814.                     END
  3815.                 zzFunc087
  3816.                     0
  3817.                     $To run this function use Call<> function
  3818.                     $You can change its name from the tree control.
  3819.                     END
  3820.                 zzFunc088
  3821.                     0
  3822.                     $To run this function use Call<> function
  3823.                     $You can change its name from the tree control.
  3824.                     END
  3825.                 zzFunc089
  3826.                     0
  3827.                     $To run this function use Call<> function
  3828.                     $You can change its name from the tree control.
  3829.                     END
  3830.                 zzFunc090
  3831.                     0
  3832.                     $To run this function use Call<> function
  3833.                     $You can change its name from the tree control.
  3834.                     END
  3835.                 zzFunc091
  3836.                     0
  3837.                     $To run this function use Call<> function
  3838.                     $You can change its name from the tree control.
  3839.                     END
  3840.                 zzFunc092
  3841.                     0
  3842.                     $To run this function use Call<> function
  3843.                     $You can change its name from the tree control.
  3844.                     END
  3845.                 zzFunc093
  3846.                     0
  3847.                     $To run this function use Call<> function
  3848.                     $You can change its name from the tree control.
  3849.                     END
  3850.                 zzFunc094
  3851.                     0
  3852.                     $To run this function use Call<> function
  3853.                     $You can change its name from the tree control.
  3854.                     END
  3855.                 zzFunc095
  3856.                     0
  3857.                     $To run this function use Call<> function
  3858.                     $You can change its name from the tree control.
  3859.                     END
  3860.                 zzFunc096
  3861.                     0
  3862.                     $To run this function use Call<> function
  3863.                     $You can change its name from the tree control.
  3864.                     END
  3865.                 zzFunc097
  3866.                     0
  3867.                     $To run this function use Call<> function
  3868.                     $You can change its name from the tree control.
  3869.                     END
  3870.                 zzFunc098
  3871.                     0
  3872.                     $To run this function use Call<> function
  3873.                     $You can change its name from the tree control.
  3874.                     END
  3875.                 zzFunc099
  3876.                     0
  3877.                     $To run this function use Call<> function
  3878.                     $You can change its name from the tree control.
  3879.                     END
  3880.                 zzFunc100
  3881.                     0
  3882.                     $To run this function use Call<> function
  3883.                     $You can change its name from the tree control.
  3884.                     END
  3885.         EDIT
  3886.             Dialog
  3887.             Email
  3888.             0,0,254,67
  3889.             WS_CHILD,WS_VISIBLE,WS_SYSMENU,2,
  3890.             
  3891.             
  3892.             0
  3893.             192,192,192
  3894.             
  3895.             EVENTS:17
  3896.                 OnClose
  3897.                     0
  3898.                     $Object Type : Dialog
  3899.                     $Event Name : OnClose
  3900.                     END
  3901.                 OnDragFile
  3902.                     0
  3903.                     $Object Type : Dialog
  3904.                     $Event Name : OnDragFile
  3905.                     $Parameter 0 : Number of files
  3906.                     $Parameter 1 : Pathname 1
  3907.                     $Parameter 2 : Pathname 2...
  3908.                     END
  3909.                 OnDraw
  3910.                     0
  3911.                     $Object Type : Dialog
  3912.                     $Event Name : OnDraw
  3913.                     END
  3914.                 OnHScroll
  3915.                     0
  3916.                     $Object Type : Dialog
  3917.                     $Event Name : OnHScroll
  3918.                     $Parameter 0 : Previous Position
  3919.                     $Parameter 1 : New Position
  3920.                     $Parameter 2 : Variation
  3921.                     END
  3922.                 OnLButtonDbClk
  3923.                     0
  3924.                     $Object Type : Dialog
  3925.                     $Event Name : OnLButtonDbClk
  3926.                     END
  3927.                 OnLButtonDown
  3928.                     0
  3929.                     $Object Type : Dialog
  3930.                     $Event Name : OnLButtonDown
  3931.                     END
  3932.                 OnLButtonUp
  3933.                     0
  3934.                     $Object Type : Dialog
  3935.                     $Event Name : OnLButtonUp
  3936.                     END
  3937.                 OnMButtonDbClk
  3938.                     0
  3939.                     $Object Type : Dialog
  3940.                     $Event Name : OnMButtonDbClk
  3941.                     END
  3942.                 OnMButtonDown
  3943.                     0
  3944.                     $Object Type : Dialog
  3945.                     $Event Name : OnMButtonDown
  3946.                     END
  3947.                 OnMButtonUp
  3948.                     0
  3949.                     $Object Type : Dialog
  3950.                     $Event Name : OnMButtonUp
  3951.                     END
  3952.                 OnMove
  3953.                     0
  3954.                     $Object Type : Dialog
  3955.                     $Event Name : OnMove
  3956.                     END
  3957.                 OnRButtonDbClk
  3958.                     0
  3959.                     $Object Type : Dialog
  3960.                     $Event Name : OnRButtonDbClk
  3961.                     END
  3962.                 OnRButtonDown
  3963.                     0
  3964.                     $Object Type : Dialog
  3965.                     $Event Name : OnRButtonDown
  3966.                     END
  3967.                 OnRButtonUp
  3968.                     0
  3969.                     $Object Type : Dialog
  3970.                     $Event Name : OnRButtonUp
  3971.                     END
  3972.                 OnSize
  3973.                     0
  3974.                     $Object Type : Dialog
  3975.                     $Event Name : OnSize
  3976.                     END
  3977.                 OnStart
  3978.                     0
  3979.                     $Object Type : Dialog
  3980.                     $Event Name : OnStart
  3981.                     $
  3982.                     $Set Focus
  3983.                     #m_Edit.SetFocus<>
  3984.                     END
  3985.                 OnVScroll
  3986.                     0
  3987.                     $Object Type : Dialog
  3988.                     $Event Name : OnVScroll
  3989.                     $Parameter 0 : Previous Position
  3990.                     $Parameter 1 : New Position
  3991.                     $Parameter 2 : Variation
  3992.                     END
  3993.         Disk
  3994.             Disk
  3995.             New Object
  3996.             10,10,150,150
  3997.             WS_CHILD,WS_VISIBLE,
  3998.             
  3999.             
  4000.             0
  4001.             192,192,192
  4002.             
  4003.             EVENTS:0
  4004.         General
  4005.             General
  4006.             New Object
  4007.             10,10,150,150
  4008.             WS_CHILD,WS_VISIBLE,
  4009.             
  4010.             
  4011.             0
  4012.             192,192,192
  4013.             
  4014.             EVENTS:0
  4015.         Keyboard
  4016.             Keyboard
  4017.             New Object
  4018.             10,10,150,150
  4019.             WS_CHILD,WS_VISIBLE,
  4020.             
  4021.             
  4022.             0
  4023.             192,192,192
  4024.             
  4025.             EVENTS:3
  4026.                 OnDlgKeyDown
  4027.                     0
  4028.                     $Object Type : Keyboard
  4029.                     $Event Name : OnDlgKeyDown
  4030.                     $Parameter 0 : Key Pressed
  4031.                     END
  4032.                 OnKeyDown
  4033.                     0
  4034.                     $Object Type : Keyboard
  4035.                     $Event Name : OnKeyDown
  4036.                     $Parameter 0 : Key Pressed
  4037.                     END
  4038.                 OnKeyUp
  4039.                     0
  4040.                     $Object Type : Keyboard
  4041.                     $Event Name : OnKeyUp
  4042.                     $Parameter 0 : Key Pressed
  4043.                     END
  4044.         Math
  4045.             Math
  4046.             New Object
  4047.             10,10,150,150
  4048.             WS_CHILD,WS_VISIBLE,
  4049.             
  4050.             
  4051.             0
  4052.             192,192,192
  4053.             
  4054.             EVENTS:0
  4055.         MessageBox
  4056.             MessageBox
  4057.             New Object
  4058.             10,10,150,150
  4059.             WS_CHILD,WS_VISIBLE,
  4060.             
  4061.             
  4062.             0
  4063.             192,192,192
  4064.             
  4065.             EVENTS:0
  4066.         Mouse
  4067.             Mouse
  4068.             New Object
  4069.             10,10,150,150
  4070.             WS_CHILD,WS_VISIBLE,
  4071.             
  4072.             
  4073.             0
  4074.             192,192,192
  4075.             
  4076.             EVENTS:2
  4077.                 OnMove
  4078.                     0
  4079.                     $Object Type : Mouse
  4080.                     $Event Name : OnMove
  4081.                     END
  4082.                 OnWheel
  4083.                     0
  4084.                     $Object Type : Mouse
  4085.                     $Event Name : OnWheel
  4086.                     $Parameter 0 : -1 if move down and 1 if move up
  4087.                     END
  4088.         System
  4089.             System
  4090.             New Object
  4091.             10,10,150,150
  4092.             WS_CHILD,WS_VISIBLE,
  4093.             
  4094.             
  4095.             0
  4096.             192,192,192
  4097.             
  4098.             EVENTS:0
  4099.         Timer
  4100.             Timer
  4101.             New Object
  4102.             10,10,150,150
  4103.             WS_CHILD,WS_VISIBLE,
  4104.             
  4105.             
  4106.             0
  4107.             192,192,192
  4108.             
  4109.             EVENTS:1
  4110.                 OnTimer
  4111.                     0
  4112.                     $Object Type : Timer
  4113.                     $Event Name : OnTimer
  4114.                     $Parameter 0 : ID of the timer event
  4115.                     END
  4116.         m_Edit
  4117.             Edit
  4118.             
  4119.             10,10,235,22
  4120.             WS_CHILD,WS_VISIBLE,ES_AUTOHSCROLL,WS_BORDER,
  4121.             
  4122.             
  4123.             0
  4124.             192,192,192
  4125.             
  4126.             EVENTS:5
  4127.                 OnChange
  4128.                     0
  4129.                     $Object Type : Edit
  4130.                     $Event Name : OnChange
  4131.                     END
  4132.                 OnHScroll
  4133.                     0
  4134.                     $Object Type : Edit
  4135.                     $Event Name : OnHScroll
  4136.                     END
  4137.                 OnKillFocus
  4138.                     0
  4139.                     $Object Type : Edit
  4140.                     $Event Name : OnKillFocus
  4141.                     END
  4142.                 OnSetFocus
  4143.                     0
  4144.                     $Object Type : Edit
  4145.                     $Event Name : OnSetFocus
  4146.                     END
  4147.                 OnVScroll
  4148.                     0
  4149.                     $Object Type : Edit
  4150.                     $Event Name : OnVScroll
  4151.                     END
  4152.         m_Index
  4153.             Number
  4154.             New Object
  4155.             10,10,150,150
  4156.             WS_CHILD,WS_VISIBLE,
  4157.             
  4158.             
  4159.             0
  4160.             192,192,192
  4161.             
  4162.             EVENTS:0
  4163.         m_Button
  4164.             ButtonFlat
  4165.             OK
  4166.             77,38,100,25
  4167.             WS_CHILD,WS_VISIBLE,
  4168.             
  4169.             
  4170.             0
  4171.             192,192,192
  4172.             
  4173.             EVENTS:4
  4174.                 OnClick
  4175.                     0
  4176.                     $Object Type : Button
  4177.                     $Event Name : OnClick
  4178.                     $
  4179.                     $Send new Email
  4180.                     #Function.Call<"MAIN", "SetItemText", #m_Index.Get<>, #m_Edit.GetText<>>
  4181.                     #EDIT.CloseDialog<>
  4182.                     END
  4183.                 OnMouseMove
  4184.                     0
  4185.                     $Object Type : ButtonFlat
  4186.                     $Event Name : OnMouseMove
  4187.                     END
  4188.                 OnSelect
  4189.                     0
  4190.                     $Object Type : ButtonFlat
  4191.                     $Event Name : OnSelect
  4192.                     END
  4193.                 OnUnselect
  4194.                     0
  4195.                     $Object Type : ButtonFlat
  4196.                     $Event Name : OnUnselect
  4197.                     END
  4198.     SENDING:15
  4199.         SendNow,zzFunc002,zzFunc003,zzFunc004,zzFunc005,zzFunc006,zzFunc007,zzFunc008,zzFunc009,zzFunc010,zzFunc011,zzFunc012,zzFunc013,zzFunc014,zzFunc015,zzFunc016,zzFunc017,zzFunc018,zzFunc019,zzFunc020,zzFunc021,zzFunc022,zzFunc023,zzFunc024,zzFunc025,zzFunc026,zzFunc027,zzFunc028,zzFunc029,zzFunc030,zzFunc031,zzFunc032,zzFunc033,zzFunc034,zzFunc035,zzFunc036,zzFunc037,zzFunc038,zzFunc039,zzFunc040,zzFunc041,zzFunc042,zzFunc043,zzFunc044,zzFunc045,zzFunc046,zzFunc047,zzFunc048,zzFunc049,zzFunc050,zzFunc051,zzFunc052,zzFunc053,zzFunc054,zzFunc055,zzFunc056,zzFunc057,zzFunc058,zzFunc059,zzFunc060,zzFunc061,zzFunc062,zzFunc063,zzFunc064,zzFunc065,zzFunc066,zzFunc067,zzFunc068,zzFunc069,zzFunc070,zzFunc071,zzFunc072,zzFunc073,zzFunc074,zzFunc075,zzFunc076,zzFunc077,zzFunc078,zzFunc079,zzFunc080,zzFunc081,zzFunc082,zzFunc083,zzFunc084,zzFunc085,zzFunc086,zzFunc087,zzFunc088,zzFunc089,zzFunc090,zzFunc091,zzFunc092,zzFunc093,zzFunc094,zzFunc095,zzFunc096,zzFunc097,zzFunc098,zzFunc099,zzFunc100,
  4200.         If
  4201.             If
  4202.             New Object
  4203.             10,10,150,150
  4204.             WS_CHILD,WS_VISIBLE,
  4205.             
  4206.             
  4207.             0
  4208.             192,192,192
  4209.             
  4210.             EVENTS:0
  4211.         While
  4212.             While
  4213.             New Object
  4214.             10,10,150,150
  4215.             WS_CHILD,WS_VISIBLE,
  4216.             
  4217.             
  4218.             0
  4219.             192,192,192
  4220.             
  4221.             EVENTS:0
  4222.         Function
  4223.             Function
  4224.             New Object
  4225.             10,10,150,150
  4226.             WS_CHILD,WS_VISIBLE,
  4227.             
  4228.             
  4229.             0
  4230.             192,192,192
  4231.             
  4232.             EVENTS:100
  4233.                 SendNow
  4234.                     0
  4235.                     $To run this function use Call<> function
  4236.                     $You can change its name from the tree control.
  4237.                     $
  4238.                     $Param 0 : Count
  4239.                     $
  4240.                     $Send All Email
  4241.                     #m_Progress.SetRange<"0", #General.GetParam<"0">>
  4242.                     #i.Set<"-1">
  4243.                     #While.WHILE<#i.AddOne<>, "<", #General.GetParam<"0">>
  4244.                     #m_Progress.SetValue<#i.Get<>+"1">
  4245.                     #m_Text.SetText<"Address #"&#m_Progress.GetValue<>&" / "&#General.GetParam<"0">>
  4246.                     #If.IF<#Function.Call<"MAIN", "SendMailTo", #i.Get<>>, "=", "0">
  4247.                     #SENDING.CloseDialog<>
  4248.                     #If.ELSE<>
  4249.                     #If.ENDIF<>
  4250.                     #If.IF<#Keyboard.IsKeyDown<"ESCAPE">, "=", "1">
  4251.                     #SENDING.CloseDialog<>
  4252.                     #If.ELSE<>
  4253.                     #If.ENDIF<>
  4254.                     #While.ENDWHILE<>
  4255.                     #SENDING.CloseDialog<>
  4256.                     END
  4257.                 zzFunc002
  4258.                     0
  4259.                     $To run this function use Call<> function
  4260.                     $You can change its name from the tree control.
  4261.                     END
  4262.                 zzFunc003
  4263.                     0
  4264.                     $To run this function use Call<> function
  4265.                     $You can change its name from the tree control.
  4266.                     END
  4267.                 zzFunc004
  4268.                     0
  4269.                     $To run this function use Call<> function
  4270.                     $You can change its name from the tree control.
  4271.                     END
  4272.                 zzFunc005
  4273.                     0
  4274.                     $To run this function use Call<> function
  4275.                     $You can change its name from the tree control.
  4276.                     END
  4277.                 zzFunc006
  4278.                     0
  4279.                     $To run this function use Call<> function
  4280.                     $You can change its name from the tree control.
  4281.                     END
  4282.                 zzFunc007
  4283.                     0
  4284.                     $To run this function use Call<> function
  4285.                     $You can change its name from the tree control.
  4286.                     END
  4287.                 zzFunc008
  4288.                     0
  4289.                     $To run this function use Call<> function
  4290.                     $You can change its name from the tree control.
  4291.                     END
  4292.                 zzFunc009
  4293.                     0
  4294.                     $To run this function use Call<> function
  4295.                     $You can change its name from the tree control.
  4296.                     END
  4297.                 zzFunc010
  4298.                     0
  4299.                     $To run this function use Call<> function
  4300.                     $You can change its name from the tree control.
  4301.                     END
  4302.                 zzFunc011
  4303.                     0
  4304.                     $To run this function use Call<> function
  4305.                     $You can change its name from the tree control.
  4306.                     END
  4307.                 zzFunc012
  4308.                     0
  4309.                     $To run this function use Call<> function
  4310.                     $You can change its name from the tree control.
  4311.                     END
  4312.                 zzFunc013
  4313.                     0
  4314.                     $To run this function use Call<> function
  4315.                     $You can change its name from the tree control.
  4316.                     END
  4317.                 zzFunc014
  4318.                     0
  4319.                     $To run this function use Call<> function
  4320.                     $You can change its name from the tree control.
  4321.                     END
  4322.                 zzFunc015
  4323.                     0
  4324.                     $To run this function use Call<> function
  4325.                     $You can change its name from the tree control.
  4326.                     END
  4327.                 zzFunc016
  4328.                     0
  4329.                     $To run this function use Call<> function
  4330.                     $You can change its name from the tree control.
  4331.                     END
  4332.                 zzFunc017
  4333.                     0
  4334.                     $To run this function use Call<> function
  4335.                     $You can change its name from the tree control.
  4336.                     END
  4337.                 zzFunc018
  4338.                     0
  4339.                     $To run this function use Call<> function
  4340.                     $You can change its name from the tree control.
  4341.                     END
  4342.                 zzFunc019
  4343.                     0
  4344.                     $To run this function use Call<> function
  4345.                     $You can change its name from the tree control.
  4346.                     END
  4347.                 zzFunc020
  4348.                     0
  4349.                     $To run this function use Call<> function
  4350.                     $You can change its name from the tree control.
  4351.                     END
  4352.                 zzFunc021
  4353.                     0
  4354.                     $To run this function use Call<> function
  4355.                     $You can change its name from the tree control.
  4356.                     END
  4357.                 zzFunc022
  4358.                     0
  4359.                     $To run this function use Call<> function
  4360.                     $You can change its name from the tree control.
  4361.                     END
  4362.                 zzFunc023
  4363.                     0
  4364.                     $To run this function use Call<> function
  4365.                     $You can change its name from the tree control.
  4366.                     END
  4367.                 zzFunc024
  4368.                     0
  4369.                     $To run this function use Call<> function
  4370.                     $You can change its name from the tree control.
  4371.                     END
  4372.                 zzFunc025
  4373.                     0
  4374.                     $To run this function use Call<> function
  4375.                     $You can change its name from the tree control.
  4376.                     END
  4377.                 zzFunc026
  4378.                     0
  4379.                     $To run this function use Call<> function
  4380.                     $You can change its name from the tree control.
  4381.                     END
  4382.                 zzFunc027
  4383.                     0
  4384.                     $To run this function use Call<> function
  4385.                     $You can change its name from the tree control.
  4386.                     END
  4387.                 zzFunc028
  4388.                     0
  4389.                     $To run this function use Call<> function
  4390.                     $You can change its name from the tree control.
  4391.                     END
  4392.                 zzFunc029
  4393.                     0
  4394.                     $To run this function use Call<> function
  4395.                     $You can change its name from the tree control.
  4396.                     END
  4397.                 zzFunc030
  4398.                     0
  4399.                     $To run this function use Call<> function
  4400.                     $You can change its name from the tree control.
  4401.                     END
  4402.                 zzFunc031
  4403.                     0
  4404.                     $To run this function use Call<> function
  4405.                     $You can change its name from the tree control.
  4406.                     END
  4407.                 zzFunc032
  4408.                     0
  4409.                     $To run this function use Call<> function
  4410.                     $You can change its name from the tree control.
  4411.                     END
  4412.                 zzFunc033
  4413.                     0
  4414.                     $To run this function use Call<> function
  4415.                     $You can change its name from the tree control.
  4416.                     END
  4417.                 zzFunc034
  4418.                     0
  4419.                     $To run this function use Call<> function
  4420.                     $You can change its name from the tree control.
  4421.                     END
  4422.                 zzFunc035
  4423.                     0
  4424.                     $To run this function use Call<> function
  4425.                     $You can change its name from the tree control.
  4426.                     END
  4427.                 zzFunc036
  4428.                     0
  4429.                     $To run this function use Call<> function
  4430.                     $You can change its name from the tree control.
  4431.                     END
  4432.                 zzFunc037
  4433.                     0
  4434.                     $To run this function use Call<> function
  4435.                     $You can change its name from the tree control.
  4436.                     END
  4437.                 zzFunc038
  4438.                     0
  4439.                     $To run this function use Call<> function
  4440.                     $You can change its name from the tree control.
  4441.                     END
  4442.                 zzFunc039
  4443.                     0
  4444.                     $To run this function use Call<> function
  4445.                     $You can change its name from the tree control.
  4446.                     END
  4447.                 zzFunc040
  4448.                     0
  4449.                     $To run this function use Call<> function
  4450.                     $You can change its name from the tree control.
  4451.                     END
  4452.                 zzFunc041
  4453.                     0
  4454.                     $To run this function use Call<> function
  4455.                     $You can change its name from the tree control.
  4456.                     END
  4457.                 zzFunc042
  4458.                     0
  4459.                     $To run this function use Call<> function
  4460.                     $You can change its name from the tree control.
  4461.                     END
  4462.                 zzFunc043
  4463.                     0
  4464.                     $To run this function use Call<> function
  4465.                     $You can change its name from the tree control.
  4466.                     END
  4467.                 zzFunc044
  4468.                     0
  4469.                     $To run this function use Call<> function
  4470.                     $You can change its name from the tree control.
  4471.                     END
  4472.                 zzFunc045
  4473.                     0
  4474.                     $To run this function use Call<> function
  4475.                     $You can change its name from the tree control.
  4476.                     END
  4477.                 zzFunc046
  4478.                     0
  4479.                     $To run this function use Call<> function
  4480.                     $You can change its name from the tree control.
  4481.                     END
  4482.                 zzFunc047
  4483.                     0
  4484.                     $To run this function use Call<> function
  4485.                     $You can change its name from the tree control.
  4486.                     END
  4487.                 zzFunc048
  4488.                     0
  4489.                     $To run this function use Call<> function
  4490.                     $You can change its name from the tree control.
  4491.                     END
  4492.                 zzFunc049
  4493.                     0
  4494.                     $To run this function use Call<> function
  4495.                     $You can change its name from the tree control.
  4496.                     END
  4497.                 zzFunc050
  4498.                     0
  4499.                     $To run this function use Call<> function
  4500.                     $You can change its name from the tree control.
  4501.                     END
  4502.                 zzFunc051
  4503.                     0
  4504.                     $To run this function use Call<> function
  4505.                     $You can change its name from the tree control.
  4506.                     END
  4507.                 zzFunc052
  4508.                     0
  4509.                     $To run this function use Call<> function
  4510.                     $You can change its name from the tree control.
  4511.                     END
  4512.                 zzFunc053
  4513.                     0
  4514.                     $To run this function use Call<> function
  4515.                     $You can change its name from the tree control.
  4516.                     END
  4517.                 zzFunc054
  4518.                     0
  4519.                     $To run this function use Call<> function
  4520.                     $You can change its name from the tree control.
  4521.                     END
  4522.                 zzFunc055
  4523.                     0
  4524.                     $To run this function use Call<> function
  4525.                     $You can change its name from the tree control.
  4526.                     END
  4527.                 zzFunc056
  4528.                     0
  4529.                     $To run this function use Call<> function
  4530.                     $You can change its name from the tree control.
  4531.                     END
  4532.                 zzFunc057
  4533.                     0
  4534.                     $To run this function use Call<> function
  4535.                     $You can change its name from the tree control.
  4536.                     END
  4537.                 zzFunc058
  4538.                     0
  4539.                     $To run this function use Call<> function
  4540.                     $You can change its name from the tree control.
  4541.                     END
  4542.                 zzFunc059
  4543.                     0
  4544.                     $To run this function use Call<> function
  4545.                     $You can change its name from the tree control.
  4546.                     END
  4547.                 zzFunc060
  4548.                     0
  4549.                     $To run this function use Call<> function
  4550.                     $You can change its name from the tree control.
  4551.                     END
  4552.                 zzFunc061
  4553.                     0
  4554.                     $To run this function use Call<> function
  4555.                     $You can change its name from the tree control.
  4556.                     END
  4557.                 zzFunc062
  4558.                     0
  4559.                     $To run this function use Call<> function
  4560.                     $You can change its name from the tree control.
  4561.                     END
  4562.                 zzFunc063
  4563.                     0
  4564.                     $To run this function use Call<> function
  4565.                     $You can change its name from the tree control.
  4566.                     END
  4567.                 zzFunc064
  4568.                     0
  4569.                     $To run this function use Call<> function
  4570.                     $You can change its name from the tree control.
  4571.                     END
  4572.                 zzFunc065
  4573.                     0
  4574.                     $To run this function use Call<> function
  4575.                     $You can change its name from the tree control.
  4576.                     END
  4577.                 zzFunc066
  4578.                     0
  4579.                     $To run this function use Call<> function
  4580.                     $You can change its name from the tree control.
  4581.                     END
  4582.                 zzFunc067
  4583.                     0
  4584.                     $To run this function use Call<> function
  4585.                     $You can change its name from the tree control.
  4586.                     END
  4587.                 zzFunc068
  4588.                     0
  4589.                     $To run this function use Call<> function
  4590.                     $You can change its name from the tree control.
  4591.                     END
  4592.                 zzFunc069
  4593.                     0
  4594.                     $To run this function use Call<> function
  4595.                     $You can change its name from the tree control.
  4596.                     END
  4597.                 zzFunc070
  4598.                     0
  4599.                     $To run this function use Call<> function
  4600.                     $You can change its name from the tree control.
  4601.                     END
  4602.                 zzFunc071
  4603.                     0
  4604.                     $To run this function use Call<> function
  4605.                     $You can change its name from the tree control.
  4606.                     END
  4607.                 zzFunc072
  4608.                     0
  4609.                     $To run this function use Call<> function
  4610.                     $You can change its name from the tree control.
  4611.                     END
  4612.                 zzFunc073
  4613.                     0
  4614.                     $To run this function use Call<> function
  4615.                     $You can change its name from the tree control.
  4616.                     END
  4617.                 zzFunc074
  4618.                     0
  4619.                     $To run this function use Call<> function
  4620.                     $You can change its name from the tree control.
  4621.                     END
  4622.                 zzFunc075
  4623.                     0
  4624.                     $To run this function use Call<> function
  4625.                     $You can change its name from the tree control.
  4626.                     END
  4627.                 zzFunc076
  4628.                     0
  4629.                     $To run this function use Call<> function
  4630.                     $You can change its name from the tree control.
  4631.                     END
  4632.                 zzFunc077
  4633.                     0
  4634.                     $To run this function use Call<> function
  4635.                     $You can change its name from the tree control.
  4636.                     END
  4637.                 zzFunc078
  4638.                     0
  4639.                     $To run this function use Call<> function
  4640.                     $You can change its name from the tree control.
  4641.                     END
  4642.                 zzFunc079
  4643.                     0
  4644.                     $To run this function use Call<> function
  4645.                     $You can change its name from the tree control.
  4646.                     END
  4647.                 zzFunc080
  4648.                     0
  4649.                     $To run this function use Call<> function
  4650.                     $You can change its name from the tree control.
  4651.                     END
  4652.                 zzFunc081
  4653.                     0
  4654.                     $To run this function use Call<> function
  4655.                     $You can change its name from the tree control.
  4656.                     END
  4657.                 zzFunc082
  4658.                     0
  4659.                     $To run this function use Call<> function
  4660.                     $You can change its name from the tree control.
  4661.                     END
  4662.                 zzFunc083
  4663.                     0
  4664.                     $To run this function use Call<> function
  4665.                     $You can change its name from the tree control.
  4666.                     END
  4667.                 zzFunc084
  4668.                     0
  4669.                     $To run this function use Call<> function
  4670.                     $You can change its name from the tree control.
  4671.                     END
  4672.                 zzFunc085
  4673.                     0
  4674.                     $To run this function use Call<> function
  4675.                     $You can change its name from the tree control.
  4676.                     END
  4677.                 zzFunc086
  4678.                     0
  4679.                     $To run this function use Call<> function
  4680.                     $You can change its name from the tree control.
  4681.                     END
  4682.                 zzFunc087
  4683.                     0
  4684.                     $To run this function use Call<> function
  4685.                     $You can change its name from the tree control.
  4686.                     END
  4687.                 zzFunc088
  4688.                     0
  4689.                     $To run this function use Call<> function
  4690.                     $You can change its name from the tree control.
  4691.                     END
  4692.                 zzFunc089
  4693.                     0
  4694.                     $To run this function use Call<> function
  4695.                     $You can change its name from the tree control.
  4696.                     END
  4697.                 zzFunc090
  4698.                     0
  4699.                     $To run this function use Call<> function
  4700.                     $You can change its name from the tree control.
  4701.                     END
  4702.                 zzFunc091
  4703.                     0
  4704.                     $To run this function use Call<> function
  4705.                     $You can change its name from the tree control.
  4706.                     END
  4707.                 zzFunc092
  4708.                     0
  4709.                     $To run this function use Call<> function
  4710.                     $You can change its name from the tree control.
  4711.                     END
  4712.                 zzFunc093
  4713.                     0
  4714.                     $To run this function use Call<> function
  4715.                     $You can change its name from the tree control.
  4716.                     END
  4717.                 zzFunc094
  4718.                     0
  4719.                     $To run this function use Call<> function
  4720.                     $You can change its name from the tree control.
  4721.                     END
  4722.                 zzFunc095
  4723.                     0
  4724.                     $To run this function use Call<> function
  4725.                     $You can change its name from the tree control.
  4726.                     END
  4727.                 zzFunc096
  4728.                     0
  4729.                     $To run this function use Call<> function
  4730.                     $You can change its name from the tree control.
  4731.                     END
  4732.                 zzFunc097
  4733.                     0
  4734.                     $To run this function use Call<> function
  4735.                     $You can change its name from the tree control.
  4736.                     END
  4737.                 zzFunc098
  4738.                     0
  4739.                     $To run this function use Call<> function
  4740.                     $You can change its name from the tree control.
  4741.                     END
  4742.                 zzFunc099
  4743.                     0
  4744.                     $To run this function use Call<> function
  4745.                     $You can change its name from the tree control.
  4746.                     END
  4747.                 zzFunc100
  4748.                     0
  4749.                     $To run this function use Call<> function
  4750.                     $You can change its name from the tree control.
  4751.                     END
  4752.         SENDING
  4753.             Dialog
  4754.             Sending...
  4755.             0,0,201,57
  4756.             WS_CHILD,WS_VISIBLE,WS_SYSMENU,2,
  4757.             
  4758.             
  4759.             0
  4760.             192,192,192
  4761.             
  4762.             EVENTS:17
  4763.                 OnClose
  4764.                     0
  4765.                     $Object Type : Dialog
  4766.                     $Event Name : OnClose
  4767.                     END
  4768.                 OnDragFile
  4769.                     0
  4770.                     $Object Type : Dialog
  4771.                     $Event Name : OnDragFile
  4772.                     $Parameter 0 : Number of files
  4773.                     $Parameter 1 : Pathname 1
  4774.                     $Parameter 2 : Pathname 2...
  4775.                     END
  4776.                 OnDraw
  4777.                     0
  4778.                     $Object Type : Dialog
  4779.                     $Event Name : OnDraw
  4780.                     END
  4781.                 OnHScroll
  4782.                     0
  4783.                     $Object Type : Dialog
  4784.                     $Event Name : OnHScroll
  4785.                     $Parameter 0 : Previous Position
  4786.                     $Parameter 1 : New Position
  4787.                     $Parameter 2 : Variation
  4788.                     END
  4789.                 OnLButtonDbClk
  4790.                     0
  4791.                     $Object Type : Dialog
  4792.                     $Event Name : OnLButtonDbClk
  4793.                     END
  4794.                 OnLButtonDown
  4795.                     0
  4796.                     $Object Type : Dialog
  4797.                     $Event Name : OnLButtonDown
  4798.                     END
  4799.                 OnLButtonUp
  4800.                     0
  4801.                     $Object Type : Dialog
  4802.                     $Event Name : OnLButtonUp
  4803.                     END
  4804.                 OnMButtonDbClk
  4805.                     0
  4806.                     $Object Type : Dialog
  4807.                     $Event Name : OnMButtonDbClk
  4808.                     END
  4809.                 OnMButtonDown
  4810.                     0
  4811.                     $Object Type : Dialog
  4812.                     $Event Name : OnMButtonDown
  4813.                     END
  4814.                 OnMButtonUp
  4815.                     0
  4816.                     $Object Type : Dialog
  4817.                     $Event Name : OnMButtonUp
  4818.                     END
  4819.                 OnMove
  4820.                     0
  4821.                     $Object Type : Dialog
  4822.                     $Event Name : OnMove
  4823.                     END
  4824.                 OnRButtonDbClk
  4825.                     0
  4826.                     $Object Type : Dialog
  4827.                     $Event Name : OnRButtonDbClk
  4828.                     END
  4829.                 OnRButtonDown
  4830.                     0
  4831.                     $Object Type : Dialog
  4832.                     $Event Name : OnRButtonDown
  4833.                     END
  4834.                 OnRButtonUp
  4835.                     0
  4836.                     $Object Type : Dialog
  4837.                     $Event Name : OnRButtonUp
  4838.                     END
  4839.                 OnSize
  4840.                     0
  4841.                     $Object Type : Dialog
  4842.                     $Event Name : OnSize
  4843.                     END
  4844.                 OnStart
  4845.                     0
  4846.                     $Object Type : Dialog
  4847.                     $Event Name : OnStart
  4848.                     END
  4849.                 OnVScroll
  4850.                     0
  4851.                     $Object Type : Dialog
  4852.                     $Event Name : OnVScroll
  4853.                     $Parameter 0 : Previous Position
  4854.                     $Parameter 1 : New Position
  4855.                     $Parameter 2 : Variation
  4856.                     END
  4857.         Disk
  4858.             Disk
  4859.             New Object
  4860.             10,10,150,150
  4861.             WS_CHILD,WS_VISIBLE,
  4862.             
  4863.             
  4864.             0
  4865.             192,192,192
  4866.             
  4867.             EVENTS:0
  4868.         General
  4869.             General
  4870.             New Object
  4871.             10,10,150,150
  4872.             WS_CHILD,WS_VISIBLE,
  4873.             
  4874.             
  4875.             0
  4876.             192,192,192
  4877.             
  4878.             EVENTS:0
  4879.         Keyboard
  4880.             Keyboard
  4881.             New Object
  4882.             10,10,150,150
  4883.             WS_CHILD,WS_VISIBLE,
  4884.             
  4885.             
  4886.             0
  4887.             192,192,192
  4888.             
  4889.             EVENTS:3
  4890.                 OnDlgKeyDown
  4891.                     0
  4892.                     $Object Type : Keyboard
  4893.                     $Event Name : OnDlgKeyDown
  4894.                     $Parameter 0 : Key Pressed
  4895.                     END
  4896.                 OnKeyDown
  4897.                     0
  4898.                     $Object Type : Keyboard
  4899.                     $Event Name : OnKeyDown
  4900.                     $Parameter 0 : Key Pressed
  4901.                     END
  4902.                 OnKeyUp
  4903.                     0
  4904.                     $Object Type : Keyboard
  4905.                     $Event Name : OnKeyUp
  4906.                     $Parameter 0 : Key Pressed
  4907.                     END
  4908.         Math
  4909.             Math
  4910.             New Object
  4911.             10,10,150,150
  4912.             WS_CHILD,WS_VISIBLE,
  4913.             
  4914.             
  4915.             0
  4916.             192,192,192
  4917.             
  4918.             EVENTS:0
  4919.         MessageBox
  4920.             MessageBox
  4921.             New Object
  4922.             10,10,150,150
  4923.             WS_CHILD,WS_VISIBLE,
  4924.             
  4925.             
  4926.             0
  4927.             192,192,192
  4928.             
  4929.             EVENTS:0
  4930.         Mouse
  4931.             Mouse
  4932.             New Object
  4933.             10,10,150,150
  4934.             WS_CHILD,WS_VISIBLE,
  4935.             
  4936.             
  4937.             0
  4938.             192,192,192
  4939.             
  4940.             EVENTS:2
  4941.                 OnMove
  4942.                     0
  4943.                     $Object Type : Mouse
  4944.                     $Event Name : OnMove
  4945.                     END
  4946.                 OnWheel
  4947.                     0
  4948.                     $Object Type : Mouse
  4949.                     $Event Name : OnWheel
  4950.                     $Parameter 0 : -1 if move down and 1 if move up
  4951.                     END
  4952.         System
  4953.             System
  4954.             New Object
  4955.             10,10,150,150
  4956.             WS_CHILD,WS_VISIBLE,
  4957.             
  4958.             
  4959.             0
  4960.             192,192,192
  4961.             
  4962.             EVENTS:0
  4963.         Timer
  4964.             Timer
  4965.             New Object
  4966.             10,10,150,150
  4967.             WS_CHILD,WS_VISIBLE,
  4968.             
  4969.             
  4970.             0
  4971.             192,192,192
  4972.             
  4973.             EVENTS:1
  4974.                 OnTimer
  4975.                     0
  4976.                     $Object Type : Timer
  4977.                     $Event Name : OnTimer
  4978.                     $Parameter 0 : ID of the timer event
  4979.                     END
  4980.         m_Progress
  4981.             Progress
  4982.             New Object
  4983.             10,25,180,22
  4984.             WS_CHILD,WS_VISIBLE,
  4985.             
  4986.             
  4987.             0
  4988.             192,192,192
  4989.             
  4990.             EVENTS:0
  4991.         m_Text
  4992.             Text
  4993.             
  4994.             25,3,150,19
  4995.             WS_CHILD,WS_VISIBLE,SS_CENTER,
  4996.             
  4997.             
  4998.             0
  4999.             192,192,192
  5000.             
  5001.             EVENTS:0
  5002.         i
  5003.             LocalNumber
  5004.             New Object
  5005.             10,10,150,150
  5006.             WS_CHILD,WS_VISIBLE,
  5007.             
  5008.             
  5009.             0
  5010.             192,192,192
  5011.             
  5012.             EVENTS:0
  5013.